|
Some recent topics started on our forums |
Project 'Titan' 3D Outdoor FPS
|
An outdoor 3D game engine I am working on codenamed 'Titan'. Written in C++/DX9/x86. Currently in early stages but will be adding more effects, details, models etc. Aiming for a FPS style interface on a RTS style game world.
Fo... |
Posted February 10, 2009 4:09:51 PM
|
Entities and Linked List bug
|
Hi I have a mysterious bug with my C++/DX9 first person 3D engine that I can't diagnose. Don't usually ask for help but this one has been holding up my game for to long!
All game entities (say a graphic of foliage) are controlled through a li... |
Posted January 3, 2009 11:01:54 PM
|
View All Topics Started By This User
|
|
Some recent replies made on our forums |
Entities and Linked List bug
|
Found the bug! For benefit of those with similar linked list problem...
All land entities in my program are tied to a terrain tile, which acts as the first pointer in a linked list of such entities. I opted for this structure as I need only p... |
Posted January 10, 2009 5:36:55 AM
|
View All Replies Made By This User
|