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 .