colobot/test/envs/opengl
Piotr Dziwiński 001d37b257 CInstanceManager refactoring
* removed classes managed by CInstanceManager
   except for CObject, CPyro, CBrain and CPhysics
   because of dependencies
 * refactored instance searching to use existing singleton instances of
   CApplication, CEngine and CRobotMain and calling their getter
   functions
2013-02-17 12:11:56 +01:00
..
CMakeLists.txt CInstanceManager refactoring 2013-02-17 12:11:56 +01:00
README.txt Refactoring in tests infrastructure 2013-02-03 20:03:36 +01:00
light_test.cpp CInstanceManager refactoring 2013-02-17 12:11:56 +01:00
model_test.cpp CInstanceManager refactoring 2013-02-17 12:11:56 +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 CInstanceManager refactoring 2013-02-17 12:11:56 +01:00
transform_test.cpp CInstanceManager refactoring 2013-02-17 12:11:56 +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