blender/source
Dalai Felinto eccde9f72a BGE Dome: bugfix - Warp Mesh not working
Fix: to swap the drawing order for the warp mesh polygon
The code was drawing CW instead of CCW.

It would work in some cases where the drawing flags would allow for the
back faces to be visible.

More specifically the alternative fix were:
glDisable ( GL_CULL_FACE );
glFrontFace( GL_CW );

Bug originally reported in the small_planetarium mailing list.
This bug fix was a comissioned job by a group who prefer not to be
credited. Thanks regardless.
2013-08-14 02:59:09 +00:00
..
blender bmesh edge-net: refactor out face creation into its own function, replace array reallocation with alloca. 2013-08-13 23:48:48 +00:00
blenderplayer Fix for own commit, stub functions all use the STUB_ASSERT macro now. 2013-07-25 16:04:26 +00:00
creator _MSV_VER should be _MSC_VER 2013-07-21 17:16:04 +00:00
gameengine BGE Dome: bugfix - Warp Mesh not working 2013-08-14 02:59:09 +00:00
icons Added GPL header to sconscripts! 2012-12-17 08:01:43 +00:00
tests test operator script, add ability to load files from a path while testing operators. 2013-06-28 16:30:34 +00:00
CMakeLists.txt
SConscript Added GPL header to sconscripts! 2012-12-17 08:01:43 +00:00