Game Development Community

Ted Southard's Resources

Collisions between vehicles without reactions in T3D

I needed vehicles to be able to collide in T3D without any physical reaction such as being stopped or vectoring off due to impact, and found a very simple solution...

Author Ted Southard Date 05/19/2010 (9:13 pm) Comment 2 comments

Free GUI stuff for your project

A few dozen GUI elements I had laying around that could be better put to use by others. In PNG format.

Author Ted Southard Date 05/29/2009 (11:13 am) Comment 8 comments

Alternative to using pushDialog() and popDialog() for GUI elements...

This is just a quick and simple way of toggling parts of the UI without using pushDialog. Because of some issues I was having, I found this an easier solution. Thanks to Harold "Labrat" Brown for a post he made that detailed the add() and remove() functions. Seeing that it took two days to come across that post, I figured I'd put my implementation up for better visibility for others.

Author Ted Southard Date 10/30/2004 (6:43 pm) Comment 16 comments