class QPlaneGeometry#

QPlaneGeometry 类允许在3D空间中创建一个平面。了解更多…

Inheritance diagram of PySide6.Qt3DExtras.Qt3DExtras.QPlaneGeometry

概要#

属性#

方法#

#

信号#

注意

本文档可能包含从C++自动翻译到Python的代码片段。我们始终欢迎对片段翻译的贡献。如果您发现翻译有问题,也可以通过在https:/bugreports.qt.io/projects/PYSIDE创建工单来告诉我们。

详细描述#

QPlaneGeometry类通常由QPlaneMesh内部使用,但也可以用于自定义的QGeometryRenderer子类。

注意

可以在from __feature__ import true_property被使用时直接使用属性,或者通过访问函数在其他情况下使用。

属性heightᅟ: float#

包含飞机高度。

访问函数
属性indexAttributeᅟ: QAttribute#

包含几何索引属性。

访问函数
属性mirroredᅟ: bool#

控制飞机的UV坐标是否应该垂直翻转。

访问函数
属性normalAttributeᅟ: QAttribute#

包含几何法线属性。

访问函数
属性positionAttributeᅟ: QAttribute#

包含几何位置属性。

访问函数
属性resolutionᅟ: QSize#

包含飞机分辨率。

访问函数
属性 tangentAttribute: QAttribute#

包含几何切线属性。

访问函数
属性 texCoordAttribute: QAttribute#

包含几何纹理坐标属性。

访问函数
属性 width: float#

包含平面的宽度。

访问函数
__init__([parent=None])#
参数:

parentQNode

使用父对象构造新的 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()#
返回类型::

QSize

另请参阅

setResolution()

属性 resolution 的获取器。

resolutionChanged(resolution)#
参数:

resolutionQSize

属性 resolution 的通知信号。

setHeight(height)#
参数:

height – float

另请参阅

height()

属性 height 的设置器。

setMirrored(mirrored)#
参数:

mirrored – bool

另请参阅

mirrored()

属性 mirrored 的设置器。

setResolution(resolution)#
参数:

resolutionQSize

另请参阅

resolution()

属性 resolution 的设置器。

setWidth(width)#
参数:

width – float

另请参阅

width()

属性 width 的设置器。

tangentAttribute()#
返回类型::

QAttribute

属性 tangentAttribute 的获取器。

texCoordAttribute()#
返回类型::

QAttribute

属性 texCoordAttributeᅟ 的获取器。

updateIndices()#

根据网格分辨率更新索引。

updateVertices()#

根据网格分辨率、宽度属性和高度属性更新顶点。

width()#
返回类型::

float

另请参阅

setWidth()

属性 widthᅟ 的获取器。

widthChanged(width)#
参数:

width – float

属性 widthᅟ 的通知信号。