Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 10, 2004, 4:34:21 AM (20 years ago)
Author:
bensch
Message:

orxonox/branches/importer: added specular, ambient light. Also made some fancy lightshow in framework (LIGHT IS NECESSARY NOW)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/importer/importer/material.h

    r2778 r2780  
    3939  char name [50];
    4040  int illumModel;
    41   float diffuse [3];
    42   float ambient [3];
    43   float specular [3];
     41  float diffuse [4];
     42  float ambient [4];
     43  float specular [4];
    4444  float transparency;
    4545
Note: See TracChangeset for help on using the changeset viewer.