Multiple Point Lights

This commit is contained in:
Mamitiana RASOLOJAONA
2024-03-27 10:40:17 +01:00
parent 8d56c159c6
commit ee4564560d
13 changed files with 286 additions and 63 deletions

View File

@@ -463,8 +463,9 @@ ID3D11DeviceContext* D3DClass::GetDeviceContext()
}
XMMATRIX D3DClass::GetProjectionMatrix()
XMMATRIX D3DClass::GetProjectionMatrix(XMMATRIX& projectionMatrix)
{
projectionMatrix = m_projectionMatrix;
return m_projectionMatrix;
}