DebugOverlay QML Type
Enables a visual overlay with scene details. More...
Import Statement: | import Qt3D.Render 2.8 |
In C++: | QDebugOverlay |
Inherits: | |
Status: | Deprecated |
Detailed Description
Placing a DebugOverlay in one branch of a custom framegraph will cause an overlay with scene details to be rendered along with the scene.
The standard ForwardRenderer includes a DebugOverlay node that can be enabled via the ForwardRenderer::showDebugOverlay property.