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
- indexAttribute() → QAttribute
TODO
- mirrored() → bool
See also
- normalAttribute() → QAttribute
TODO
- positionAttribute() → QAttribute
TODO
- resolution() → QSize
See also
- setHeight(float)
See also
- setMirrored(bool)
See also
- setResolution(QSize)
See also
- setWidth(float)
See also
- 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