u32 dir_light_tag |
Tag indicating DirLight. Set the following, depending on the type of light specified.
TAG_DIR_LIGHT_DIRECTION 0x000f0101
TAG_DIR_LIGHT_POSITION 0x000f0102
|
u32 this_dir_light_index |
Index number of this DirLight |
u32 dir_light_size |
Size of this DirLight |
float dir_color_r |
Red component of directional light color |
float dir_color_g |
Green component of directional light color |
float dir_color_b |
Blue component of directional light color |
float dir_x |
X component of Diffuse light |
float dir_y |
Y component of Diffuse light |
float dir_z |
Z component of Diffuse light |
float pos_x |
X coordinate (absolute coordinate) of Positional light |
float pos_y |
Y coordinate (absolute coordinate) of Positional light |
float pos_z |
Z coordinate (absolute coordinate) of Positional light |
float dir_a1 |
Decrement of Positional light 1 |
float dir_a2 |
Decrement of Positional light 2 |