QPlaneGeometry

PyQt5.Qt3DExtras.QPlaneGeometry

Inherits from QGeometry.

Description

* * * *

The QPlaneGeometry class allows creation of a plane in 3D space. * * * * The QPlaneGeometry class is most commonly used internally by the QPlaneMesh * but can also be used in custom QGeometryRenderer subclasses.

Methods

__init__(parent: QNode = None)

TODO


height() → float

See also

setHeight().


indexAttribute() → QAttribute

TODO


mirrored() → bool

See also

setMirrored().


normalAttribute() → QAttribute

TODO


positionAttribute() → QAttribute

TODO


resolution() → QSize

See also

setResolution().


setHeight(float)

See also

height().


setMirrored(bool)

See also

mirrored().


setResolution(QSize)

See also

resolution().


setWidth(float)

See also

width().


tangentAttribute() → QAttribute

TODO


texCoordAttribute() → QAttribute

TODO


updateIndices()

Updates indices based on mesh resolution.


updateVertices()

Updates vertices based on mesh resolution, width, and height properties.


width() → float

See also

setWidth().

Signals

heightChanged(float)

TODO


mirroredChanged(bool)

TODO


resolutionChanged(QSize)

TODO


widthChanged(float)

TODO