Qt3DExtras::QSphereMesh Class
class Qt3DExtras::QSphereMeshUna malla esférica. Más...
| Cabecera: | #include <Qt3DExtras/QSphereMesh> |
| CMake: | find_package(Qt6 REQUIRED COMPONENTS 3dextras)target_link_libraries(mytarget PRIVATE Qt6::3dextras) |
| qmake: | QT += 3dextras |
| En QML: | SphereMesh |
| Hereda: | Qt3DRender::QGeometryRenderer |
| Status: | Obsoleto |
Propiedades
- generateTangents : bool
- radius : float
- rings : int
- slices : int
Funciones públicas
| QSphereMesh(Qt3DCore::QNode *parent = nullptr) | |
| bool | generateTangents() const |
| float | radius() const |
| int | rings() const |
| int | slices() const |
Ranuras públicas
| void | setGenerateTangents(bool gen) |
| void | setRadius(float radius) |
| void | setRings(int rings) |
| void | setSlices(int slices) |
Señales
| void | generateTangentsChanged(bool generateTangents) |
| void | radiusChanged(float radius) |
| void | ringsChanged(int rings) |
| void | slicesChanged(int slices) |
Documentación de propiedades
generateTangents : bool
Mantiene el valor de la bandera de generación automática de vectores tangentes. Los vectores tangentes son ortogonales a los vectores normales.
Funciones de acceso:
| bool | generateTangents() const |
| void | setGenerateTangents(bool gen) |
Señal notificadora:
| void | generateTangentsChanged(bool generateTangents) |
radius : float
Mantiene el radio de la esfera.
Funciones de acceso:
| float | radius() const |
| void | setRadius(float radius) |
Señal notificadora:
| void | radiusChanged(float radius) |
rings : int
Contiene el número de anillos de la malla.
Funciones de acceso:
| int | rings() const |
| void | setRings(int rings) |
Señal del notificador:
| void | ringsChanged(int rings) |
slices : int
Indica el número de cortes de la malla.
Funciones de acceso:
| int | slices() const |
| void | setSlices(int slices) |
Notificador de señal:
| void | slicesChanged(int slices) |
Documentación de la función miembro
[explicit] QSphereMesh::QSphereMesh(Qt3DCore::QNode *parent = nullptr)
Construye una nueva QSphereMesh con parent.
© 2026 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.