Files
scummvm/engine/tinygl
2009-04-04 14:59:44 +00:00
..
2008-07-29 19:28:19 +00:00
2008-07-29 19:28:19 +00:00
2008-07-29 19:28:19 +00:00
2008-07-30 07:37:00 +00:00
2008-07-26 19:24:27 +00:00
2008-09-28 18:12:01 +00:00
2008-09-10 11:16:57 +00:00
2008-09-10 11:16:57 +00:00
2008-07-29 19:28:19 +00:00
2008-07-29 19:28:19 +00:00
2008-07-18 21:36:40 +00:00
2008-07-29 19:28:19 +00:00

This is a modified version of TinyGL 0.4 intended for use with Residual.
The changes made from the original version of TinyGL 0.4 are:

* Changed file extensions from *.c to *.cpp to compile as C++.
* Included only files needed by Residual.
* Changed include paths in source files.
* Added needed type casts and fixes for proper compile.
* Added 't/T' prefix to prevent OpenGL name clashes.
* Added light shading texture mapping mode.
* Removed unneeded code.
* Introduced second 32-bit z-buffer for 3d objects only,
  and kept 16-bit only for static z-buffer bitmaps.
* Added support for drawing in shadow mode (generate mask and polygon shadow).