8 #ifndef META_OCEAN_SCENEDESCRIPTION_SDX_X3D_X3D_COMPOSED_GEOMETRY_NODE_H
9 #define META_OCEAN_SCENEDESCRIPTION_SDX_X3D_X3D_COMPOSED_GEOMETRY_NODE_H
19 namespace SceneDescription
This class implements a node specification object.
Definition: scenedescription/Node.h:77
This class implements an abstract x3d composed geometry node.
Definition: X3DComposedGeometryNode.h:33
void onInitialize(const Rendering::SceneRef &scene, const Timestamp timestamp) override
Event function to inform the node that it has been initialized and can apply all internal values to c...
MultiNode attrib_
Attrib field.
Definition: X3DComposedGeometryNode.h:62
SingleBool colorPerVertex_
ColorPerVertex field.
Definition: X3DComposedGeometryNode.h:83
Rendering::VertexSetRef renderingVertexSet_
Rendering vertex set.
Definition: X3DComposedGeometryNode.h:92
SingleBool solid_
Solid field.
Definition: X3DComposedGeometryNode.h:89
X3DComposedGeometryNode(const SDXEnvironment *environment)
Creates an abstract x3d composed geometry node.
SingleBool normalPerVertex_
NormalPerVertex field.
Definition: X3DComposedGeometryNode.h:86
SingleNode color_
Color field.
Definition: X3DComposedGeometryNode.h:65
void registerFields(NodeSpecification &specification)
Registers the fields of this node.
SingleNode texCoord_
TexCoord field.
Definition: X3DComposedGeometryNode.h:77
SingleNode coord_
Coord field.
Definition: X3DComposedGeometryNode.h:68
SingleBool ccw_
CCW field.
Definition: X3DComposedGeometryNode.h:80
SingleNode normal_
Normal field.
Definition: X3DComposedGeometryNode.h:74
SingleNode fogCoord_
FogCoord field.
Definition: X3DComposedGeometryNode.h:71
~X3DComposedGeometryNode() override
Destructs a x3d composed geometry node.
This class implements an abstract x3d geometry node.
Definition: X3DGeometryNode.h:31
This class implements a node environment container.
Definition: SDXNode.h:62
This class implements a timestamp.
Definition: Timestamp.h:36
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15