The MASM Forum Archive 2004 to 2012

General Forums => The Workshop => Topic started by: Farabi on February 13, 2012, 12:38:49 PM

Title: OpenGL Depth Function
Post by: Farabi on February 13, 2012, 12:38:49 PM
(http://ompldr.org/vY3NzNg/ShadowPass.JPG)

Anyone know how to set the depth function so it always draw anything below the ground?
Title: Re: OpenGL Depth Function
Post by: baltoro on February 14, 2012, 08:52:20 PM
In DirectX you would do it by setting the dimensions of a clipping plane.
Maybe, this will help: Viewports and Clipping, DirectX 9 (http://msdn.microsoft.com/en-us/library/windows/desktop/bb206341(v=vs.85).aspx)
OpenGL undoubtedly has a similar function.
...Maybe, this will help: Clipping, Culling, and Visibility Testing, OpenGL FAQ (http://www.opengl.org/resources/faq/technical/clipping.htm)