mirror of
https://github.com/Karaka-Management/cOMS.git
synced 2026-01-10 19:08:39 +00:00
13 lines
251 B
C
Executable File
13 lines
251 B
C
Executable File
|
|
struct Material {
|
|
v3_f32 diffuse;
|
|
v3_f32 specular;
|
|
v3_f32 refraction;
|
|
float luminosity;
|
|
float subsurface_scattering;
|
|
float reflectivity;
|
|
|
|
void* bump_map;
|
|
void* normal_map;
|
|
void* displacement_map; // parallax_map
|
|
}; |