Specifies the bounds of a model. 更多...
import 语句: | import QtQuick3D |
Bounds specify a bounding box with minimum and maximum points. Bounds is a readonly property of the model.
maximum : vector3d |
Specifies the maximum point of the model bounds.
另请参阅 minimum .
minimum : vector3d |
Specifies the minimum point of the model bounds.
另请参阅 maximum .