Page 1 of 1

Ant attack meets crappy racer

Posted: Wed Mar 17, 2010 12:34 pm
by Lupo
Hi,

I'm working slowly in some of the projects posted.

Also I started working in several ways to build some basic worlds to explore and I remembered I have this little crappy racer somewhere and put the car model in the world and this is what happens.

Not a game, just silly fun for me...

Arrows, turn and to speed up. If you got some speed you can jump with space...

The lastest version of ZGE is amazing!

Posted: Wed Mar 17, 2010 1:02 pm
by Kjell
Hi Lupo,

The physics and collisions could use some work, but nice experiment nevertheless :) Two graphical glitches that can be fixed easily.

- Make sure the grass is always rendered first ( by disabling Depth-Sorted ), that way the semi-transparent objects won't block it out.
- Use a single-sided material for the semi-transparent cubes to prevent identical polygons from being rendered and causing z-fighting.

K

Posted: Thu Mar 18, 2010 2:12 pm
by Lupo
Hi Kjell,

Thanks for the tips!