SF_INLINE const Matrix3F* GetViewMatrix3D() const;
GetViewMatrix3D returns a temporary pointer to the 3D view matrix set on the 3D movie clip. This can be NULL if the movie clip has no view matrix of its own and just inherits its parent's view matrix.
A Matrix3F pointer to the 3D view matrix.