[ Maverik Level 2 typedefs ]


MAV_lightingModel

Summary

Lighting Model


Syntax


typedef struct {
  int id;
  int defwarn;
  int defined;
  float ambient[4];
  int localviewer;
} MAV_lightingModel;


Description


Back to the index page.