PlaneGeometry QML类型
PlaneGeometry允许在3D空间中创建一个平面。更多信息...
导入声明 | import Qt3D.Extras 2.7 |
实例化 | QPlaneGeometry |
属性
- 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 |
包含平面的宽度。
© 2024 Qt公司有限公司。本文档中包含的文档贡献均为各自所有者的版权。本提供的文档遵循由自由软件基金会发布、位于GNU自由文档许可协议版本1.3的条款。Qt及相应的标志是芬兰及/或其他国家和地区Qt公司的商标。所有其他商标均为各自所有者的财产。