2012-07-15 17:17:49 +00:00
|
|
|
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
|
2013-11-17 17:07:18 +00:00
|
|
|
usage: ./model_test {old|new_txt|new_bin} model_file
|
2012-07-15 17:17:49 +00:00
|
|
|
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
|
2012-07-18 17:08:34 +00:00
|
|
|
- transform_test -> simple "walk around" test for world & view transformations
|
2012-07-26 19:35:04 +00:00
|
|
|
- light test -> test for lighting
|