#include "xform-model.h"
#include "common/wave_ex.h"
#include "perf/perf.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. |