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 .