AnimaL |
Tutorial |
Documentation |
#include <myGLRendererShapeVisitor.h>
Inheritance diagram for X3DTK::GL::MyRendererShapeVisitor:
Definition at line 19 of file myGLRendererShapeVisitor.h.
Public Member Functions | |
MyRendererShapeVisitor () | |
Constructor. | |
Static Public Member Functions | |
void | enterMaterial (Material *M) |
Enters a Material. | |
void | enterX3DShapeNode (X3DShapeNode *N) |
Enters an X3DShapeNode. |
|
Constructor.
Definition at line 15 of file myGLRendererShapeVisitor.cpp. |
|
Enters a Material.
Definition at line 26 of file myGLRendererShapeVisitor.cpp. |
|
Enters an X3DShapeNode.
Definition at line 36 of file myGLRendererShapeVisitor.cpp. References X3DTK::GL::MyRendererStateVariables::boundedObject, X3DTK::GL::MyGLBbox::draw(), X3DTK::GL::MyRendererStateVariables::getCurrentId(), X3DTK::GL::MyRendererStateVariables::getSelectionMode(), and X3DTK::GL::MyRendererStateVariables::storeShape(). |