GeometryRenderer Class
(Qt3DRender::Render::GeometryRenderer)Inherits: | Qt3DRender::Render::BackendNode |
Public Functions
GeometryRenderer() | |
~GeometryRenderer() | |
void | cleanup() |
void | executeFunctor() |
int | firstInstance() const |
int | firstVertex() const |
QGeometryFactoryPtr | geometryFactory() const |
Qt3DCore::QNodeId | geometryId() const |
int | indexOffset() const |
int | instanceCount() const |
bool | isDirty() const |
bool | primitiveRestartEnabled() const |
QGeometryRenderer::PrimitiveType | primitiveType() const |
int | restartIndexValue() const |
void | sceneChangeEvent(const Qt3DCore::QSceneChangePtr &e) |
void | setManager(GeometryRendererManager *manager) |
void | setTriangleVolumes(const QVector<RayCasting::QBoundingVolume *> &volumes) |
QVector<RayCasting::QBoundingVolume *> | triangleData() const |
void | unsetDirty() |
int | vertexCount() const |
int | verticesPerPatch() const |
- 3 public functions inherited from Qt3DRender::Render::BackendNode
- 4 public functions inherited from Qt3DCore::QBackendNode
Additional Inherited Members
- 1 protected function inherited from Qt3DRender::Render::BackendNode
- 2 protected functions inherited from Qt3DCore::QBackendNode
Member Function Documentation
GeometryRenderer::GeometryRenderer()
Default constructs an instance of GeometryRenderer.
GeometryRenderer::~GeometryRenderer()
Destroys the instance of GeometryRenderer.