DepthRange QML Type

Enables remapping depth values written into the depth buffer. More...

Import Statement: import Qt3D.Render 2.15
Since: Qt 5.14
Instantiates: QDepthRange
Inherits:

RenderState

Detailed Description

By default, OpenGL writes scene depth information into the depth buffer in the range [0.0, 1.0] corresponding to the near and far clip planes. QDepthRange allows mapping these values into a different range. For example setting the range [0.0, 0.5] will map the rendered scene into the depth buffer such that objects at the near clip plane have depth value of 0.0 and objects at the far clip plane have a depth value of 0.5. This allows rendering parts of the scene always in front of or behind other parts.

© 2023 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.