Blender Git Loki
Git Commits -> Revision eccde9f
Revision eccde9f by Dalai Felinto (master) August 14, 2013, 02:59 (GMT) |
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. |
Commit Details:
Full Hash: eccde9f72a07e5191b76632df6c5753ef2a7933e
SVN Revision: 59126
Parent Commit: 5157eea
Lines Changed: +10, -10
1 Modified Path:
/source/gameengine/Ketsji/KX_Dome.cpp (+10, -10) (Diff)