Visual helper for showing axis in 3D scene. 更多...
| import 语句: | import QtQuick3D.Helpers 1.15 |
| 继承: |
This helper allows the user to visualize axis and axis grid in the 3D scene.
|
enableAxisLines : bool |
Enables showing the axis lines.
|
enableXYGrid : bool |
Enables the grid on XY plane.
|
enableXZGrid : bool |
Enables the grid on XZ plane.
|
enableYZGrid : bool |
Enables the grid on YZ plane.
|
gridColor : color |
Specifies the color of the grid.
|
gridOpacity : real |
Specifies the opacity of the grid.