public interface JCGLDepthClampingType
| Modifier and Type | Method and Description |
|---|---|
void |
depthClampingDisable()
Disable depth clamping.
|
void |
depthClampingEnable()
Enable depth clamping.
|
boolean |
depthClampingIsEnabled() |
void depthClampingDisable()
throws JCGLException,
JCGLExceptionNoDepthBuffer
JCGLException - On OpenGL errorsJCGLExceptionNoDepthBuffer - If no depth buffer is availablevoid depthClampingEnable()
throws JCGLException,
JCGLExceptionNoDepthBuffer
JCGLException - On OpenGL errorsJCGLExceptionNoDepthBuffer - If no depth buffer is availableboolean depthClampingIsEnabled()
throws JCGLException,
JCGLExceptionNoDepthBuffer
true if depth clamping is enabledJCGLException - On OpenGL errorsJCGLExceptionNoDepthBuffer - If no depth buffer is availableCopyright © 2016 <code@io7m.com> http://io7m.com