[ Maverik Level 2 typedefs ]


MAV_material

Summary

Material


Syntax


typedef struct {
  int id;
  int defined;
  float ambient[4];
  float diffuse[4];
  float specular[4];
  float emission[4];
  float shine;
} MAV_material;


Description


Back to the index page.