ClipPlane QML Type▲
-
Import Statement: import Qt3D.Render 2.4
-
Since:: Qt 5.5
-
Inherits:: RenderState
-
Instantiates:: QClipPlane
Detailed Description▲
By default, OpenGL supports up to 8 additional clipping planes. ClipPlane allows to enable one of these additional planes. These planes can then be manipulated in the shaders using gl_ClipDistance[i] where i varies between 0 and 7. The underlying implementation may support more than 8 clip planes, but it is not guaranteed.