Fixed BlinnPhong shading

This commit is contained in:
Dynamitos
2023-02-27 13:52:57 +01:00
parent f46262b66e
commit f1062e5bcb
15 changed files with 131 additions and 316 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
struct PrimitiveSceneData
{
float4x4 localToWorld;
float4x4 worldToLocal;
float4x4 modelToWorld;
float4x4 worldToModel;
float4 actorLocation;
};