[ Maverik Level 2 typedefs ]


MAV_light

Summary

Light


Syntax


typedef struct {
  int id;
  int index;
  int defined;
  float ambient[4];
  float diffuse[4];
  float specular[4];
  MAV_vector pos;
} MAV_light; 


Description


Back to the index page.