Vis 2 Demo  1.0
Technical illustration type real-time rendering of geometry
 All Classes Namespaces Files Functions Variables Typedefs Macros
DrawableObject.cpp
Go to the documentation of this file.
1 #include "DrawableObject.h"
2 
3 using namespace vis2;
4 
5 DrawableObject::DrawableObject(glm::mat4& _modelMatrix) : modelMatrix(_modelMatrix){}