21 #ifndef SNARK_GRAPHICS_APPLICATIONS_VIEWPOINTS_PLY_LOADER_H_
22 #define SNARK_GRAPHICS_APPLICATIONS_VIEWPOINTS_PLY_LOADER_H_
24 #include <Qt3D/qgeometrydata.h>
25 #include <Qt3D/qglbuilder.h>
26 #include <Qt3D/qglpainter.h>
28 namespace snark {
namespace graphics {
namespace View {
35 void draw( QGLPainter* painter );
37 QGLSceneNode* m_sceneNode;
38 QGLVertexBundle m_vertices;