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!
Ant attack meets crappy racer
Moderator: Moderators
Ant attack meets crappy racer
- Attachments
-
- racer_004.zip
- (191.02 KiB) Downloaded 697 times
-
- racer.jpg (18.72 KiB) Viewed 6718 times
Close, but not there yet.
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
The physics and collisions could use some work, but nice experiment nevertheless

- 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
- Attachments
-
- Glitches.jpg (66.36 KiB) Viewed 6714 times