MONKEYYYY

This commit is contained in:
2024-09-26 21:55:33 +02:00
parent 002edb6651
commit 1e6ea97fd0
4 changed files with 25 additions and 3 deletions

View File

@@ -32,8 +32,13 @@ private:
float padding; // Padding to ensure the structure is a multiple of 16 bytes.
XMFLOAT3 lightPosition; // Add light position
float padding2; // Padding to ensure the structure is a multiple of 16 bytes.
float constantAttenuation;
float linearAttenuation;
float quadraticAttenuation;
float padding3; // Padding to ensure the structure is a multiple of 16 bytes.
};
public:
CelShadingShader();
CelShadingShader(const CelShadingShader&);