PVR questions.
Moderator: PC Supremacists
- JS Lemming
- Game Developer
- Posts: 2383
- Joined: Fri May 21, 2004 4:09 pm
- Location: C:\CON\CON
PVR questions.
Welp, since I will soon own a DC and plan to start deving it. I have a few questions on this PVR thing. err... is it the deal where when you draw something on it you can specify a zoom? Like realtime zoom effects? Its a 3D thingy isn't it. And if so, does it make the pixels all chunky? Or is it smooth.
Small girl at the harbor wrote:Look Brandon, that crab's got ham!
- Falco Girgis
- Elysian Shadows Team
- Posts: 10294
- Joined: Thu May 20, 2004 2:04 pm
- Current Project: Elysian Shadows
- Favorite Gaming Platforms: Dreamcast, SNES, NES
- Programming Language of Choice: C/++
- Location: Studio Vorbis, AL
- Contact:
Man, I'm sorry if this is completely off-topic, but I still want to slap you for telling me several months ago when I first started devving on the DC that you could draw pixels like in Blitz. *slaps*
Uh... JSL, tell me why pixels would look chunky with t3h PVR?
Zoom? I don't know. Lets not forget that man hasn't yet unleased all of the powers of t3h PVR either.
Also, devving for the DC is going to be a hell for you because you don't have broadband and you can't get online often for lessons.
Uh... JSL, tell me why pixels would look chunky with t3h PVR?
Zoom? I don't know. Lets not forget that man hasn't yet unleased all of the powers of t3h PVR either.
Also, devving for the DC is going to be a hell for you because you don't have broadband and you can't get online often for lessons.
-
- Chaos Rift Junior
- Posts: 272
- Joined: Wed Sep 29, 2004 5:53 pm
- Favorite Gaming Platforms: NES, SNES
- Programming Language of Choice: C/C++
- Location: Umeå, Sweden
- Contact:
GV and I draw sprites by binding a texture to a polygon (quad).
When you draw the quad you'll get to specify where you want the 4 corners of it. By changing those you can do some nice effects like scaling and rotation.
You can also choose to apply a texture filter to the quad to smooth out the pixels. I believe that's what you were asking for.
When you draw the quad you'll get to specify where you want the 4 corners of it. By changing those you can do some nice effects like scaling and rotation.
You can also choose to apply a texture filter to the quad to smooth out the pixels. I believe that's what you were asking for.
- Falco Girgis
- Elysian Shadows Team
- Posts: 10294
- Joined: Thu May 20, 2004 2:04 pm
- Current Project: Elysian Shadows
- Favorite Gaming Platforms: Dreamcast, SNES, NES
- Programming Language of Choice: C/++
- Location: Studio Vorbis, AL
- Contact:
- JS Lemming
- Game Developer
- Posts: 2383
- Joined: Fri May 21, 2004 4:09 pm
- Location: C:\CON\CON
Thanks Tvspelsfreak, your the only one who posted usefull information.
Ok, YES, I was hoping you were going to say something about drawing on polygons... YES, that is what I wanted to hear.
Ok, YES, I was hoping you were going to say something about drawing on polygons... YES, that is what I wanted to hear.
I still say that's very do-able. Set up a bank o'memory, make some functions to manipulate that memory, such as DrawPixel(), then bind that texture to the 640x480 polygon.... and wala.Man, I'm sorry if this is completely off-topic, but I still want to slap you for telling me several months ago when I first started devving on the DC that you could draw pixels like in Blitz. *slaps*
Small girl at the harbor wrote:Look Brandon, that crab's got ham!
- Falco Girgis
- Elysian Shadows Team
- Posts: 10294
- Joined: Thu May 20, 2004 2:04 pm
- Current Project: Elysian Shadows
- Favorite Gaming Platforms: Dreamcast, SNES, NES
- Programming Language of Choice: C/++
- Location: Studio Vorbis, AL
- Contact:
- JS Lemming
- Game Developer
- Posts: 2383
- Joined: Fri May 21, 2004 4:09 pm
- Location: C:\CON\CON
GyroVorbis wrote:*smacks*JS Lemming wrote: I still say that's very do-able. Set up a bank o'memory, make some functions to manipulate that memory, such as DrawPixel(), then bind that texture to the 640x480 polygon.... and wala.
Such a fool...
WTF? Why don't you just use little polygons like I said originally?
Because that would probably be so freaking slow...
Small girl at the harbor wrote:Look Brandon, that crab's got ham!
- Falco Girgis
- Elysian Shadows Team
- Posts: 10294
- Joined: Thu May 20, 2004 2:04 pm
- Current Project: Elysian Shadows
- Favorite Gaming Platforms: Dreamcast, SNES, NES
- Programming Language of Choice: C/++
- Location: Studio Vorbis, AL
- Contact:
JSL, okay so you're proposing that "somehow setting up a bank of memory" and then writing functions to manipulate it for some reason (WTF?), then bind the text-- what in the hell? You know what, that makes absolutely no sense. First off, a pixel isn't a texture at all. How the hell do you just bind a polygon to another like that? You mean just simply draw it ontop?JS Lemming wrote:GyroVorbis wrote:*smacks*JS Lemming wrote: I still say that's very do-able. Set up a bank o'memory, make some functions to manipulate that memory, such as DrawPixel(), then bind that texture to the 640x480 polygon.... and wala.
Such a fool...
WTF? Why don't you just use little polygons like I said originally?
Because that would probably be so freaking slow...
All of that crap instead of just simply drawing an untextured quad.
And you think that all that stuff you proposed is going to be faster than simply drawing a quad on 3D hardware? Dude, you're crazy.
-
- Chaos Rift Junior
- Posts: 272
- Joined: Wed Sep 29, 2004 5:53 pm
- Favorite Gaming Platforms: NES, SNES
- Programming Language of Choice: C/C++
- Location: Umeå, Sweden
- Contact:
- JS Lemming
- Game Developer
- Posts: 2383
- Joined: Fri May 21, 2004 4:09 pm
- Location: C:\CON\CON
-
- Chaos Rift Junior
- Posts: 272
- Joined: Wed Sep 29, 2004 5:53 pm
- Favorite Gaming Platforms: NES, SNES
- Programming Language of Choice: C/C++
- Location: Umeå, Sweden
- Contact: