World Simulator

From SpaceElevatorWiki.com
Revision as of 10:30, 12 June 2008 by Jeko (talk | contribs) (New page: == Torcs 3D Engine. == It's almost pure OpenGL, so very easy to tweak. Main work is done in src/modules/graphic/ssggraph/grmain.cpp It builds a list of "screens" (main screen, mirrors, ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Torcs 3D Engine.

It's almost pure OpenGL, so very easy to tweak.

Main work is done in src/modules/graphic/ssggraph/grmain.cpp

It builds a list of "screens" (main screen, mirrors, etc)

Each screen set up the opengl parameters he like and render track, then cars, etc..

Rendering of the car is done here: src/modules/graphic/ssggraph/grcar.cpp, grDrawCar()