Ejemplo n.º 1
0
void WillowGame::TickCamera()
{
	MATRIX3X2 matCamera;
	matCamera.SetAsTranslate(m_PosCamera);
	m_MatView = matCamera.Inverse();
}