RayLightCache Struct Reference

#include <c4d_raytrace.h>

Public Attributes

RayLightComponent **  comp
Int32   cnt
向量   radiosity
向量   caustics
向量   diffuse
向量   specular
向量   ao
向量   reflection

Member Data Documentation

◆  comp

RayLightComponent ** comp

[READ ONLY] An array of RayLightComponent*.

◆  cnt

Int32 cnt

[READ ONLY] The number of light sources.

◆  radiosity

向量 radiosity

[READ ONLY] The global radiosity illumination at this point.

◆  caustics

向量 caustics

[READ ONLY] The global caustic illumination at this point.

◆  diffuse

向量 diffuse

[READ WRITE] The diffuse component, filled out by the illumination model.

◆  specular

向量 specular

[READ WRITE] The specular component, filled out by the illumination model.

◆  ao

向量 ao

[READ ONLY] The ambient occlusion.

◆  reflection

向量 reflection

[READ WRITE] The reflection.

由于
R16