~ | Fixing emissive texture

This commit is contained in:
TheRedShip
2025-02-02 15:16:47 +01:00
parent 328737ac4b
commit f03d48e62d
11 changed files with 73 additions and 32 deletions

View File

@ -24,6 +24,7 @@ typedef struct s_Material
float refraction;
int type;
int texture_index;
int emission_texture_index;
} Material;
class Object