assimp/samples/SimpleOpenGL
aramis_acg a5210b2765 - fix some issues with the SimpleOpenGl sample:
* Material's shininess would not be set if strength wasn't defined too;
 * Two-sided culling was working the opposite way, GL_CULL_FACE actually removes back faces when enabled;
 * GL_COLOR_MATERIAL should not be enabled for mesh->mColors since it replaces other materials, it now sets vertex color only. Also, it now uses glColor4fv directly. 
Thanks to Ricardo Costa for the patch (http://sourceforge.net/projects/assimp/forums/forum/817653/topic/4502991).
- some doc and formatting fixes in the very same sample.

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@973 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
2011-04-25 11:29:07 +00:00
..
CMakeLists.txt UPDATE: Add opengl-samples to cmake build enviroment for windows systems. 2010-10-03 12:08:21 +00:00
Sample_SimpleOpenGL.c - fix some issues with the SimpleOpenGl sample: 2011-04-25 11:29:07 +00:00
SimpleOpenGL.sln Move test models with problematic license restrictions to test/models-nonbsd and update the test suites accordingly. 2010-10-13 17:57:06 +00:00
SimpleOpenGL.vcproj - UPDATE : Add documentation to Q3BSP-importer. 2010-09-29 19:42:50 +00:00
makefile SimpleSample_OpenGL now builds under Linux 2009-07-17 21:26:00 +00:00