1
1

material.d 151 B

123456789
  1. module three.gfx.material;
  2. //~ struct Material {
  3. //~ BaseColor,
  4. //~ float Metallic,
  5. //~ float roughness,
  6. //~ emissive, //(glow)
  7. //~ normals
  8. //~ }