Esempio n. 1
0
			inline
			const math::mat4&
			modelToWorldMatrix()
			{
				return modelToWorldMatrix(false);
			}
Esempio n. 2
0
 inline
 std::shared_ptr<math::Matrix4x4>
 modelToWorldMatrix()
 {
     return modelToWorldMatrix(false);
 }