PlaneGeometry QML Type
PlaneGeometry 允许在三维空间中创建平面。更多
Import Statement: | import Qt3D.Extras 2.9 |
In C++: | QPlaneGeometry |
Status: | Deprecated |
属性
- height : real
- indexAttribute : Attribute
- mirrored : bool
- normalAttribute : Attribute
- positionAttribute : Attribute
- resolution : size
- tangentAttribute : Attribute
- texCoordAttribute : Attribute
- width : real
详细说明
PlaneGeometry 类型最常用于PlaneMesh 类型内部,但也可用于自定义GeometryRenderer 类型。
属性文档
height : real |
保存平面高度。
indexAttribute : Attribute |
保存几何体索引属性。
mirrored : bool |
控制平面的 UV 坐标是否应垂直翻转。
normalAttribute : Attribute |
持有几何体法线属性。
positionAttribute : Attribute |
几何体位置属性
resolution : size |
保存平面分辨率。
tangentAttribute : Attribute |
持有几何体切线属性。
texCoordAttribute : Attribute |
持有几何纹理坐标属性。
width : real |
保存平面宽度。
© 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.