Molecular Vis
Improving perception of molecular visualization
|
Base class for Geometry classes. More...
#include <Geometry.h>
Public Member Functions | |
virtual void | draw (glm::mat4 matrix=glm::mat4(1.0f))=0 |
Protected Attributes | |
glm::mat4 | modelMatrix |
Base class for Geometry classes.
|
pure virtual |
Abstract function defining how to draw
matrix | Defines a transformation from word space to word space. Gets left-multiplied with the model matrix. |
Implemented in ProceduralGeometry, and MoleculeModel.
|
protected |
contains model matrix. Transforms geometry from object to world space.