- class QPlaneGeometry#
QPlaneGeometry
类允许在3D空间中创建一个平面。了解更多…概要#
属性#
方法#
def
__init__()
def
height()
def
indexAttribute()
def
mirrored()
def
resolution()
def
updateIndices()
def
updateVertices()
def
width()
槽#
def
setHeight()
def
setMirrored()
def
setResolution()
def
setWidth()
信号#
def
heightChanged()
def
widthChanged()
注意
本文档可能包含从C++自动翻译到Python的代码片段。我们始终欢迎对片段翻译的贡献。如果您发现翻译有问题,也可以通过在https:/bugreports.qt.io/projects/PYSIDE创建工单来告诉我们。
详细描述#
QPlaneGeometry
类通常由QPlaneMesh
内部使用,但也可以用于自定义的QGeometryRenderer
子类。注意
可以在
from __feature__ import true_property
被使用时直接使用属性,或者通过访问函数在其他情况下使用。- 属性heightᅟ: float#
包含飞机高度。
- 访问函数
信号
heightChanged()
- 属性indexAttributeᅟ: QAttribute#
包含几何索引属性。
- 访问函数
- 属性mirroredᅟ: bool#
控制飞机的UV坐标是否应该垂直翻转。
- 访问函数
信号
mirroredChanged()
- 属性normalAttributeᅟ: QAttribute#
包含几何法线属性。
- 访问函数
- 属性positionAttributeᅟ: QAttribute#
包含几何位置属性。
- 访问函数
包含飞机分辨率。
- 访问函数
信号
resolutionChanged()
- 属性 tangentAttribute: QAttribute#
包含几何切线属性。
- 访问函数
- 属性 texCoordAttribute: QAttribute#
包含几何纹理坐标属性。
- 访问函数
- 属性 width: float#
包含平面的宽度。
- 访问函数
- __init__([parent=None])#
- 参数:
parent –
QNode
使用父对象构造新的
QPlaneGeometry
对象。- height()#
- 返回类型::
float
另请参阅
setHeight()
属性
height属性
的获取器。- heightChanged(height)#
- 参数:
height – float
属性
height属性
的通知信号。- indexAttribute()#
- 返回类型::
QAttribute
属性
indexAttribute属性
的获取器。- mirrored()#
- 返回类型::
bool
另请参阅
setMirrored()
属性
mirrored属性
的获取器。- mirroredChanged(mirrored)#
- 参数:
mirrored – bool
属性
mirrored属性
的通知信号。- normalAttribute()#
- 返回类型::
QAttribute
属性 normalAttribute 的获取器。
- positionAttribute()#
- 返回类型::
QAttribute
属性 positionAttribute 的获取器。
属性 resolution 的获取器。
属性 resolution 的通知信号。
- setHeight(height)#
- 参数:
height – float
另请参阅
height()
属性 height 的设置器。
- setMirrored(mirrored)#
- 参数:
mirrored – bool
另请参阅
mirrored()
属性 mirrored 的设置器。
属性 resolution 的设置器。
- setWidth(width)#
- 参数:
width – float
另请参阅
width()
属性 width 的设置器。
- tangentAttribute()#
- 返回类型::
QAttribute
属性 tangentAttribute 的获取器。
- texCoordAttribute()#
- 返回类型::
QAttribute
属性
texCoordAttributeᅟ
的获取器。- updateIndices()#
根据网格分辨率更新索引。
- updateVertices()#
根据网格分辨率、宽度属性和高度属性更新顶点。
- width()#
- 返回类型::
float
另请参阅
setWidth()
属性
widthᅟ
的获取器。- widthChanged(width)#
- 参数:
width – float
属性
widthᅟ
的通知信号。