Namespaces | Functions

xform-model.cpp File Reference

#include "xform-model.h"
#include "common/wave_ex.h"
#include "perf/perf.h"
Include dependency graph for xform-model.cpp:

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.