Simple renderer in .net with SharpGL (openGL)


Re: Simple renderer in .net with SharpGL (openGL)
#35
If you're sure they are inside the camera's view, it's probably because of the winding.

glDisable(GL_CULL_FACE);
glLightModeli(GL_LIGHT_MODEL_TWO_SIDE, 1);

will enable two sided rendering for all polly's
Reply
« Next Oldest | Next Newest »



Messages In This Thread
Re: Simple renderer in .net with SharpGL (openGL) - by Roland Melkert - 2013-12-01, 17:51

Forum Jump:


Users browsing this thread: 2 Guest(s)