Public Member Functions | |
TRenderableAndTfm () | |
void | operator= (const TRenderableAndTfm &in) |
Public Attributes | |
I3DShInstance * | fInstance |
TMCCountedPtr< TInstancePath > | fInstancePath |
TMCCountedPtr< I3DShRenderable > | fRenderable |
The renderable to draw. | |
TTransform3D | fT |
TTransform3D | fModelFromWorldTfm |
This encapsulates an instance and renderable along with the flattened transform.
TRenderableAndTfm::TRenderableAndTfm | ( | ) | [inline] |
void TRenderableAndTfm::operator= | ( | const TRenderableAndTfm & | in | ) | [inline] |
Points to an object that contains the instantiation path (list of scene instances) This is used to identify the renderables when deleting them. This pointer is NULL if not child of a sceneInstance.
The renderable to draw.