QConeGeometry Class
class Qt3DExtras::QConeGeometryThe QConeGeometry class allows creation of a cone in 3D space. * * * * * The QConeGeometry class is most commonly used internally by the QConeMesh * but can also be used in custom Qt3DRender::QGeometryRenderer subclasses. The class * allows for creation of both a cone and a truncated cone. More...
Header: | #include <Qt3DExtras/QConeGeometry> |
qmake: | QT += 3dextras |
Since: | Qt 5.7 |
Instantiated By: | ConeGeometry |
Inherits: | Qt3DRender::QGeometry |
This class was introduced in Qt 5.7.
Public Functions
void | updateIndices() |
void | updateVertices() |
Detailed Description
* * * *