AxisHelper QML Type
Visual helper for showing axis in 3D scene. More...
Import Statement: | import QtQuick3D.Helpers 1.15 |
Inherits: |
Properties
- enableAxisLines : bool
- enableXYGrid : bool
- enableXZGrid : bool
- enableYZGrid : bool
- gridColor : color
- gridOpacity : real
Detailed Description
This helper allows the user to visualize axis and axis grid in the 3D scene.
Property Documentation
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.
© 2024 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.