view light.h @ 124:6ef3b0efdeaf

test
author e085768
date Thu, 30 Jun 2011 12:43:18 +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);