My monthly entry

Published February 06, 2006
Advertisement
Yeah, sad isn't. No entries for almost a month. Anyway, I've still been working on various things. I've pared down the physics system to something more reasonable for a 3rd-person adventure game. Basically, all characters move along a track which is nothing more than a triangle mesh. The entities use a 2D ellipsoid to collide with one another and the edges of the track. Pretty simple and it should cost almost nothing at run time.

I've also implemented a couple of special effects: menu fades and desaturation fades. Desaturation is used when pausing the game and when the menu comes up. Menu fades are more complicated then you might think, because the menu is composed of overlapping widgets so you have to composite them offscreen before blending them onto the backbuffer.


Here is a shot of a rendering with black outlines. I'm planning to use standard shading with outlines as sort of a compromise between realism and toon-shading.


Here's a WIP shot of the UI. It uses skins, defined using dictionary and image resources, loaded together as a theme. Themes can be swapped at run time, allowing for different themes depending on which character you're controlling.
Previous Entry No real pictures today :(
Next Entry snprintf
0 likes 3 comments

Comments

Ravuya
That's pretty cool.
February 06, 2006 09:57 PM
Rob Loach
The first rendering looks pretty creepy, but that GUI looks pretty nice.
February 06, 2006 11:12 PM
dcosborn
Thanks guys. Yeah, that model really needs a proper texture. His eyes are closed and he's got eyelashes, so the outliner is accentuating that area a little bit too much.
February 07, 2006 12:35 AM
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Profile
Author
Advertisement

Latest Entries

Advertisement