ClipPlane QML Type

Enables an additional OpenGL clipping plane that can be in shaders using gl_ClipDistance More...

Import Statement: import Qt3D.Render 2.0
Since: Qt 5.5
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 8.

© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/archives/qt-5.6/qml-qt3d-render-clipplane.html