Added skeletal animations and other fixes

This commit is contained in:
2026-03-16 12:57:53 +01:00
parent 2cc18b3329
commit 28c6703892
51 changed files with 1964 additions and 602 deletions

View File

@@ -6,6 +6,7 @@
struct MaterialData {
vec4 baseColor;
vec4 metallicRoughnessEmissive;
uint textureFilteringMode;
uint diffuseTex;
uint normalTex;
uint metallicRoughnessTex;