16 #ifndef SURGSIM_GRAPHICS_MESHPLYREADERDELEGATE_H 17 #define SURGSIM_GRAPHICS_MESHPLYREADERDELEGATE_H 22 #include "SurgSim/DataStructures/EmptyData.h" 23 #include "SurgSim/DataStructures/TriangleMeshPlyReaderDelegate.h" 24 #include "SurgSim/Graphics/Mesh.h" Wraps glewInit() to separate the glew opengl definitions from the osg opengl definitions only imgui n...
Definition: AddRandomSphereBehavior.cpp:36
MeshPlyReaderDelegate()
Default constructor.
Definition: MeshPlyReaderDelegate.cpp:28
void processVertex(const std::string &elementName) override
Callback function to process one vertex.
Definition: MeshPlyReaderDelegate.cpp:42
Implementation of PlyReaderDelegate for simple triangle meshes.
Definition: TriangleMeshPlyReaderDelegate.h:33
Implementation of PlyReaderDelegate for graphicsmeshes.
Definition: MeshPlyReaderDelegate.h:32