view light.h @ 102:31b24eaf05cc

remove .o
author Atuto SHIROMA <e095729@ie.u-ryukyu.ac.jp>
date Thu, 02 Jun 2011 23:11:44 +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);