+ | Refraction index dieletric material

This commit is contained in:
TheRedShip
2025-01-06 12:15:03 +01:00
parent 00af3314d8
commit 5a6fd1f9ef
8 changed files with 85 additions and 13 deletions

View File

@ -37,6 +37,7 @@ struct GPUMaterial
float emission;
float roughness;
float metallic;
int type;
};
class Sphere;