#include <c4d_raytrace.h>
Public Attributes | |
| RayLightComponent ** | comp |
| Int32 | cnt |
| Vector | radiosity |
| Vector | caustics |
| Vector | diffuse |
| Vector | specular |
| Vector | ao |
| Vector | reflection |
| RayLightComponent** comp |
[READ ONLY] An array of RayLightComponent*.
| Int32 cnt |
[READ ONLY] The number of light sources.
| Vector radiosity |
[READ ONLY] The global radiosity illumination at this point.
| Vector caustics |
[READ ONLY] The global caustic illumination at this point.
| Vector diffuse |
[READ WRITE] The diffuse component, filled out by the illumination model.
| Vector specular |
[READ WRITE] The specular component, filled out by the illumination model.
| Vector ao |
[READ ONLY] The ambient occlusion.
| Vector reflection |
[READ WRITE] The reflection.