view light.h @ 119:f2e2460b4011

draw_title
author e085768
date Sun, 19 Jun 2011 02:16:20 +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);