Object3D QML Type

A base type for all the objects in a 3D scene. 更多...

导入语句: import QtDataVisualization 1.2
Since: QtDataVisualization 1.0
实例化: Q3DObject

特性

详细描述

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.

特性文档编制

position : vector3d

The 3D position of the object.

注意: Currently setting this property has no effect for Camera3D , as the position is handled internally.