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