예제 #1
0
			inline
			const math::mat4&
			modelToWorldMatrix()
			{
				return modelToWorldMatrix(false);
			}
예제 #2
0
 inline
 std::shared_ptr<math::Matrix4x4>
 modelToWorldMatrix()
 {
     return modelToWorldMatrix(false);
 }