GeometryRenderer Class
(Qt3DRender::Render::GeometryRenderer)Inherits: | Qt3DCore::QBackendNode |
Public Functions
GeometryRenderer() | |
~GeometryRenderer() | |
int | baseInstance() const |
int | baseVertex() const |
void | cleanup() |
void | executeFunctor() |
QGeometryFunctorPtr | geometryFunctor() const |
Qt3DCore::QNodeId | geometryId() const |
int | instanceCount() const |
bool | isDirty() const |
bool | isEnabled() const |
int | primitiveCount() const |
bool | primitiveRestart() const |
QGeometryRenderer::PrimitiveType | primitiveType() const |
int | restartIndex() const |
void | sceneChangeEvent(const Qt3DCore::QSceneChangePtr &e) |
void | setManager(GeometryRendererManager *manager) |
void | setTriangleVolumes(const QVector<QBoundingVolume *> &volumes) |
QVector<QBoundingVolume *> | triangleData() const |
void | unsetDirty() |
void | updateFromPeer(Qt3DCore::QNode *peer) |
- 5 public functions inherited from Qt3DCore::QBackendNode
Additional Inherited Members
- 3 protected functions inherited from Qt3DCore::QBackendNode
Member Function Documentation
GeometryRenderer::GeometryRenderer()
Default constructs an instance of GeometryRenderer.
GeometryRenderer::~GeometryRenderer()
Destroys the instance of GeometryRenderer.