CuboidGeometry QML Type

CuboidGeometry 允许在三维空间中创建一个长方体。更多

Import Statement: import Qt3D.Extras 2.9
In C++: QCuboidGeometry
Status: Deprecated

属性

详细说明

CuboidGeometry 类型最常用于CuboidMesh 类型内部,但也可用于自定义GeometryRenderer 类型。

属性文档

indexAttribute : Attribute [read-only]

几何体索引属性。


normalAttribute : Attribute [read-only]

保存几何体法线属性。


positionAttribute : Attribute [read-only]

几何体位置属性


tangentAttribute : Attribute [read-only]

几何体切线属性


texCoordAttribute : Attribute [read-only]

保存几何体纹理坐标属性。


xExtent : real

持有几何体的 x 范围。


xyMeshResolution : size

持有 x-y 分辨率。此属性的宽度和高度值指定了网格 x-Y 面的顶点数量。


xzMeshResolution : size

x-z 分辨率。此属性的宽度和高度值指定了网格 x-z 面的顶点数量。


yExtent : real

保持几何体的 Y 轴范围。


yzMeshResolution : size

保持 Y-Z 分辨率。此属性的宽度和高度值指定了网格的 y-z 面的顶点数量。


zExtent : real

保持几何体的 z 范围。


© 2025 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.