pub fn mesh_to_world() -> Component<Mat4>
Expand description

Mesh to World: Transformation from mesh-space to world space.

This is automatically updated when mesh_to_local and local_to_world change.

Attributes: Debuggable, Networked, Store