QConeGeometry Class

class Qt3DExtras::QConeGeometry

The 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

Detailed Description

* * * *

Member Function Documentation

void QConeGeometry::updateIndices()

Updates indices based on geometry properties.

void QConeGeometry::updateVertices()

Updates vertices based on geometry properties.