colobot/test/envs/opengl
Piotr Dziwinski 366d3a551e Added debug aids for lighting
* displaying positions of current lights (F11)
 * dumping info to console (F10)
 * added assert() in suspicious place in CPyro
2013-06-17 18:17:21 +02:00
..
CMakeLists.txt Added debug aids for lighting 2013-06-17 18:17:21 +02:00
README.txt Refactoring in tests infrastructure 2013-02-03 20:03:36 +01:00
light_test.cpp Fixed timer functions on win32 2013-03-24 12:00:12 +01:00
model_test.cpp Fixed timer functions on win32 2013-03-24 12:00:12 +01:00
tex1.png Refactoring in tests infrastructure 2013-02-03 20:03:36 +01:00
tex2.png Refactoring in tests infrastructure 2013-02-03 20:03:36 +01:00
texture_test.cpp Fixes for compiling on MSYS 2013-03-22 19:17:08 +01:00
transform_test.cpp Fixed timer functions on win32 2013-03-24 12:00:12 +01:00

README.txt

Test programs for OpenGL engine:
  - texture_test -> multitexturing test with 2 textures (included as files: ./tex1.png, ./tex2.png)
  - model_test -> simple model viewer to test model loading
    usage: ./model_test {dxf|mod} model_file
      second argument is the loaded format (DXF or Colobot .mod files)
    requires ./tex folder (or symlink) with Colobot textures
    viewer is controlled from keyboard - the bindings can be found in code
  - transform_test -> simple "walk around" test for world & view transformations
  - light test -> test for lighting