Object3D QML Type
A base type for all the objects in a 3D scene. More...
Import Statement: | import QtDataVisualization 1.7 |
Since: | QtDataVisualization 1.0 |
Instantiates: | Q3DObject |
Properties
- position : vector3d
Detailed Description
An uncreatable base type that contains position information for an object in a 3D scene. The object is considered to be a single point in the coordinate space without dimensions.
Property Documentation
position : vector3d |
The 3D position of the object.
Note: Currently setting this property has no effect for Camera3D, as the position is handled internally.
© 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.