view light.h @ 122:5219bf3d5e71

title_draw
author e085768
date Mon, 27 Jun 2011 19:44:46 +0900
parents 0b65ca27f113
children
line wrap: on
line source

/* light.h */

typedef struct {
  FVECTOR light0;
  FVECTOR light1;
  FVECTOR light2;
  FVECTOR color0;
  FVECTOR color1;
  FVECTOR color2;
  FVECTOR ambient;
} LIGHT;

// functions                                                                         
void init_light(LIGHT *l);
void set_light(LIGHT *l);