Fixed mouse picking

This commit is contained in:
Simon Lübeß
2022-08-18 13:51:12 +02:00
parent bc1f466d18
commit 21c8d839ef
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ cbuffer ObjectConstants : register(b1)
* \brief Inverted and transposed transform matrix.
* \remarks This matrix is used in order to correctly transform normal vectors.
*/
float3x3 Transform_InvT;
float4x3 Transform_InvT;
#ifdef OutputEntityId
uint EntityId;
#endif