Open Search
    RayLightCache Struct Reference

    #include <c4d_raytrace.h>

    Public Attributes

    RayLightComponent ** comp
     
    Int32 cnt
     
    Vector radiosity
     
    Vector caustics
     
    Vector diffuse
     
    Vector specular
     
    Vector ao
     
    Vector reflection
     

    Member Data Documentation

    ◆ comp

    [READ ONLY] An array of RayLightComponent*.

    ◆ cnt

    Int32 cnt

    [READ ONLY] The number of light sources.

    ◆ radiosity

    Vector radiosity

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

    ◆ caustics

    Vector caustics

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

    ◆ diffuse

    Vector diffuse

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

    ◆ specular

    Vector specular

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

    ◆ ao

    Vector ao

    [READ ONLY] The ambient occlusion.

    ◆ reflection

    Vector reflection

    [READ WRITE] The reflection.

    Since
    R16