22#include <OpticalElement.h>
26 class TranslatedFrame;
30 std::vector<Real> m_coords, m_normals;
31 std::vector<unsigned int> m_tris, m_solids;
32 std::vector<Real> m_vertices, m_vnormals;
35 bool m_haveMesh =
false;
37 void rescaleVertices();
41 virtual bool propertyChanged(std::string
const &,
PropertyValue const &)
override;
52 virtual void enterOpenGL()
override;
53 virtual void renderOpenGL()
override;
Definition: Element.h:393
Definition: Element.h:173
Definition: ReferenceFrame.h:59