Supermodel/Src/Graphics
Bart Trzynadlowski d318efe58c - Program settings are now managed by the CConfig class.
- Moved Logger.h to OSD/, cleaned up comments.
- Command line and config file parsing have been rewritten.
- Began replacing C standard library headers with C++ versions (eg. stdio.h -> cstdio). I think I got most of them, but not all.
2011-08-19 20:43:07 +00:00
..
Shaders - Texture offsets: models are now decoded for each individual texture offset state and texture coordinates are adjusted while generating the vertex data. 2011-07-21 08:12:16 +00:00
Error.cpp Fixing import mistake: moving source code to trunk/Src. 2011-04-24 01:19:40 +00:00
Models.cpp - Textures are no longer decoded for un-textured polygons (not sure if this fixes anything yet). 2011-07-22 19:01:45 +00:00
Render2D.cpp Added texture offsets. Vertex shader has been updated in Shaders/Vertex.glsl. 2011-07-04 20:53:37 +00:00
Render2D.h Added texture offsets. Vertex shader has been updated in Shaders/Vertex.glsl. 2011-07-04 20:53:37 +00:00
Render3D.cpp - Program settings are now managed by the CConfig class. 2011-08-19 20:43:07 +00:00
Render3D.h - Program settings are now managed by the CConfig class. 2011-08-19 20:43:07 +00:00
Shader.cpp Fixing import mistake: moving source code to trunk/Src. 2011-04-24 01:19:40 +00:00
Shader.h Fixing import mistake: moving source code to trunk/Src. 2011-04-24 01:19:40 +00:00
Shaders2D.h Fixing import mistake: moving source code to trunk/Src. 2011-04-24 01:19:40 +00:00
Shaders3D.h Fixing import mistake: moving source code to trunk/Src. 2011-04-24 01:19:40 +00:00