QSphereMesh#
A spherical mesh. More…
Synopsis#
Functions#
def
generateTangents
()def
radius
()def
rings
()def
slices
()
Slots#
def
setGenerateTangents
(gen)def
setRadius
(radius)def
setRings
(rings)def
setSlices
(slices)
Signals#
def
generateTangentsChanged
(generateTangents)def
radiusChanged
(radius)def
ringsChanged
(rings)def
slicesChanged
(slices)
Detailed Description#
* * * * * * *
- class PySide6.Qt3DExtras.Qt3DExtras.QSphereMesh([parent=None])#
- Parameters
parent –
PySide6.Qt3DCore.Qt3DCore.QNode
Constructs a new QSphereMesh
with parent
.
- PySide6.Qt3DExtras.Qt3DExtras.QSphereMesh.generateTangents()#
- Return type
bool
Holds the value of the automatic tangent vectors generation flag. Tangent vectors are orthogonal to normal vectors.
- PySide6.Qt3DExtras.Qt3DExtras.QSphereMesh.generateTangentsChanged(generateTangents)#
- Parameters
generateTangents – bool
- PySide6.Qt3DExtras.Qt3DExtras.QSphereMesh.radius()#
- Return type
float
Holds the radius of the sphere.
- PySide6.Qt3DExtras.Qt3DExtras.QSphereMesh.radiusChanged(radius)#
- Parameters
radius – float
- PySide6.Qt3DExtras.Qt3DExtras.QSphereMesh.rings()#
- Return type
int
Holds the number of rings in the mesh.
- PySide6.Qt3DExtras.Qt3DExtras.QSphereMesh.ringsChanged(rings)#
- Parameters
rings – int
- PySide6.Qt3DExtras.Qt3DExtras.QSphereMesh.setGenerateTangents(gen)#
- Parameters
gen – bool
Holds the value of the automatic tangent vectors generation flag. Tangent vectors are orthogonal to normal vectors.
- PySide6.Qt3DExtras.Qt3DExtras.QSphereMesh.setRadius(radius)#
- Parameters
radius – float
Holds the radius of the sphere.
- PySide6.Qt3DExtras.Qt3DExtras.QSphereMesh.setRings(rings)#
- Parameters
rings – int
Holds the number of rings in the mesh.
- PySide6.Qt3DExtras.Qt3DExtras.QSphereMesh.setSlices(slices)#
- Parameters
slices – int
Holds the number of slices in the mesh.
- PySide6.Qt3DExtras.Qt3DExtras.QSphereMesh.slices()#
- Return type
int
Holds the number of slices in the mesh.
- PySide6.Qt3DExtras.Qt3DExtras.QSphereMesh.slicesChanged(slices)#
- Parameters
slices – int