#include "common/common.h"#include "geometry/matrix_4.h"#include "threadsafe/smart_ptr.h"#include "wave-glut/renderable.h"

Go to the source code of this file.
Namespaces | |
| namespace | glut |
Functions | |
| smart_ptr< Renderable > | glut::createXformModel (IN const matrix4_t &xform, IN smart_ptr< Renderable > &model) |
| Given a 4x4 transform and a base model, returns a wrapper model that applies the given transformation to the base model. | |
1.7.1