QPlaneGeometryclass allows creation of a plane in 3D space. * * * * TheQPlaneGeometryclass is most commonly used internally by theQPlaneMesh* but can also be used in customQGeometryRenderer子类。 更多 …
def
height
()
def
indexAttribute
()
def
mirrored
()
def
normalAttribute
()
def
positionAttribute
()
def
resolution
()
def
tangentAttribute
()
def
texCoordAttribute
()
def
updateIndices
()
def
updateVertices
()
def
width
()
def
setHeight
(height)
def
setMirrored
(mirrored)
def
setResolution
(resolution)
def
setWidth
(width)
def
heightChanged
(height)
def
mirroredChanged
(mirrored)
def
resolutionChanged
(resolution)
def
widthChanged
(width)
* * * *
PySide2.Qt3DExtras.Qt3DExtras.
QPlaneGeometry
(
[
parent=None
]
)
¶
- param parent
QNode
构造新
QPlaneGeometry
with
parent
.
PySide2.Qt3DExtras.Qt3DExtras.QPlaneGeometry.
height
(
)
¶
float
另请参阅
PySide2.Qt3DExtras.Qt3DExtras.QPlaneGeometry.
heightChanged
(
height
)
¶
height
–
float
PySide2.Qt3DExtras.Qt3DExtras.QPlaneGeometry.
indexAttribute
(
)
¶
QAttribute
PySide2.Qt3DExtras.Qt3DExtras.QPlaneGeometry.
mirrored
(
)
¶
bool
另请参阅
PySide2.Qt3DExtras.Qt3DExtras.QPlaneGeometry.
mirroredChanged
(
mirrored
)
¶
mirrored
–
bool
PySide2.Qt3DExtras.Qt3DExtras.QPlaneGeometry.
normalAttribute
(
)
¶
QAttribute
PySide2.Qt3DExtras.Qt3DExtras.QPlaneGeometry.
positionAttribute
(
)
¶
QAttribute
PySide2.Qt3DExtras.Qt3DExtras.QPlaneGeometry.
resolution
(
)
¶
QSize
另请参阅
PySide2.Qt3DExtras.Qt3DExtras.QPlaneGeometry.
resolutionChanged
(
resolution
)
¶
resolution
–
QSize
PySide2.Qt3DExtras.Qt3DExtras.QPlaneGeometry.
setHeight
(
height
)
¶
height
–
float
另请参阅
PySide2.Qt3DExtras.Qt3DExtras.QPlaneGeometry.
setMirrored
(
mirrored
)
¶
mirrored
–
bool
另请参阅
PySide2.Qt3DExtras.Qt3DExtras.QPlaneGeometry.
setResolution
(
resolution
)
¶
resolution
–
QSize
另请参阅
PySide2.Qt3DExtras.Qt3DExtras.QPlaneGeometry.
tangentAttribute
(
)
¶
QAttribute
PySide2.Qt3DExtras.Qt3DExtras.QPlaneGeometry.
texCoordAttribute
(
)
¶
QAttribute
PySide2.Qt3DExtras.Qt3DExtras.QPlaneGeometry.
updateIndices
(
)
¶
Updates indices based on mesh resolution.
PySide2.Qt3DExtras.Qt3DExtras.QPlaneGeometry.
updateVertices
(
)
¶
Updates vertices based on mesh resolution, width, and height properties.
PySide2.Qt3DExtras.Qt3DExtras.QPlaneGeometry.
width
(
)
¶
float
另请参阅
PySide2.Qt3DExtras.Qt3DExtras.QPlaneGeometry.
widthChanged
(
width
)
¶
width
–
float