#include <n3dtypes.h>
Data Fields | |
N3DFLOAT | alpha |
Describes the transparency. Value ranges from N3DFLOAT(0) (full transparent) through N3DFLOAT(1) (full opaque). | |
N3DCOLOR | ambient |
Describes the ambient color of the material. | |
N3DCOLOR | diffuse |
Describes the diffuse color of the material. | |
N3DCOLOR | emissive |
Describes the emissive color of the material. | |
N3DCOLOR | specular |
Describes the specular color of the material. |