Uses of Class
io.qt.qt3d.core.QGeometry
Package | Description |
---|---|
io.qt.qt3d.animation | |
io.qt.qt3d.core | |
io.qt.qt3d.render |
-
Uses of QGeometry in io.qt.qt3d.animation
Methods in io.qt.qt3d.animation with parameters of type QGeometry Modifier and Type Method Description static QMorphTarget
QMorphTarget. fromGeometry(QGeometry geometry, Collection<String> attributes)
-
Uses of QGeometry in io.qt.qt3d.core
Fields in io.qt.qt3d.core with type parameters of type QGeometry Modifier and Type Field Description QObject.Signal1<QGeometry>
QGeometryView. geometryChanged
Methods in io.qt.qt3d.core that return QGeometry Modifier and Type Method Description QGeometry
QGeometryView. geometry()
Methods in io.qt.qt3d.core with parameters of type QGeometry Modifier and Type Method Description void
QGeometryView. setGeometry(QGeometry geometry)
-
Uses of QGeometry in io.qt.qt3d.render
Fields in io.qt.qt3d.render with type parameters of type QGeometry Modifier and Type Field Description QObject.Signal1<QGeometry>
QGeometryRenderer. geometryChanged
Methods in io.qt.qt3d.render that return QGeometry Modifier and Type Method Description QGeometry
QGeometryRenderer. geometry()
Methods in io.qt.qt3d.render with parameters of type QGeometry Modifier and Type Method Description void
QGeometryRenderer. setGeometry(QGeometry geometry)