Renderable::GetTransformable
Defined in:
Returns a pointer to the C4Renderable.h
Transformable
object.
Prototype
const Transformable *GetTransformable(void) const;
Description
The GetTransformable
function returns a pointer to the Transformable
object that determines the transformation from object space to world space. If the renderable object has no Transformable
object assigned to it (the default state), then the return value is nullptr
. In this case, the renderable object's vertices are assumed to exist in world space.
See Also