Cutout Vis2012
TUWienVisualisierung2(SS2012)-AdaptiveCutaways
|
#include <IdentityTransform.h>
Public Member Functions | |
virtual glm::mat4 | propagate (const glm::mat4 &inhTransform, float inhScale, float *totalScale) |
virtual void | update () |
Transform that propagates the parent transform without change.
|
virtual |
Returns the model transformation which is calculated from the model transformation of this node's parent and the local transformation. Also calculated the scale separately.
inhTransform | parent transformation | |
inhScale | parent scale | |
[out] | totalScale | total scale of this node |
Implements Transform.
|
virtual |
Called before propagation. Calculates the local transform internally.
Implements Transform.