|
static const size_t | SKIPPED |
|
|
virtual void | update (int index) |
|
virtual Vector3f | computeCurvePoint (float t, const std::list< Point * > &points) const =0 |
|
virtual std::vector< ColorNormalVertex > | computeCirclePoints (const Eigen::Affine3f &a, const Eigen::Affine3f &b, bool flat) const |
|
virtual float | computeScale (size_t index, float t, float scale) const |
|
void | processShaderError (bool error) |
|
Core::Array< Identifier > | areaHits (const Frustrum &f) const override |
|
void | setParent (GeometryNode *parent) |
| Set the parent node for the node. More...
|
|
|
std::vector< Line * > | m_lines |
|
std::map< size_t, size_t > | m_indexMap |
|
ShaderInfo | m_shaderInfo |
|
bool | m_dirty |
|
bool | m_canBeFlat |
|
GeometryNode * | m_parent |
|
bool | m_visible |
|
RenderPass | m_renderPass |
|
Identifier | m_identifier |
|
◆ accept()
Accept a visit from our friendly visitor.
Reimplemented from Drawable.
◆ render()
void render |
( |
const Camera & |
camera | ) |
|
|
overridevirtual |
- Parameters
-
camera | The current camera to be used for rendering. |
Reimplemented from Drawable.
◆ areaHits()
Return the primitives within the supplied area.
- Parameters
-
f | The frustrum defining the area highlighted. |
- Returns
- Collection of primitives in the area.
Reimplemented from Drawable.
The documentation for this class was generated from the following file: