19 #include <linmath/float3.h> 23 chag::float3 ambientColor;
24 chag::float3 diffuseColor;
25 chag::float3 specularColor;
28 ambientColor = chag::make_vector(0.0f, 0.0f, 0.0f);
29 diffuseColor = chag::make_vector(0.0f, 0.0f, 0.0f);
30 specularColor = chag::make_vector(0.0f, 0.0f, 0.0f);
35 float constant = 1.5f;
41 chag::float3 direction;
45 chag::float3 position;
50 chag::float3 direction;
51 chag::float3 position;