Browse Source

Added stencil test to camera features.

pull/279/head
Vladimír Vondruš 14 years ago
parent
commit
16f8b9bbe6
  1. 1
      src/Camera.h

1
src/Camera.h

@ -50,6 +50,7 @@ class MAGNUM_EXPORT Camera: public Object {
DepthClamp = GL_DEPTH_CLAMP, DepthClamp = GL_DEPTH_CLAMP,
DepthTest = GL_DEPTH_TEST, /**< Depth test */ DepthTest = GL_DEPTH_TEST, /**< Depth test */
StencilTest = GL_STENCIL_TEST, /**< Stencil test */
Dithering = GL_DITHER, /**< Dithering (enabled by default) */ Dithering = GL_DITHER, /**< Dithering (enabled by default) */
FaceCulling = GL_CULL_FACE /**< Back face culling */ FaceCulling = GL_CULL_FACE /**< Back face culling */
}; };

Loading…
Cancel
Save