RayRadiancePoly Struct Reference

#include <c4d_raytrace.h>

Detailed Description

Contains the computed radiance values for front and back of each polygon.
The color is computed on demand, so if a certain texel is never seen it contains the value of Vector32(0.0, 0.0, -1.0).

Public Member Functions

 RayRadiancePoly ()
 
 RayRadiancePoly (RayRadiancePoly &&src)
 

Public Attributes

maxon::BaseArray< RadiancePolyFrontBackmap_front_back
 
Int32 size_u
 
Int32 size_v
 

Constructor & Destructor Documentation

◆ RayRadiancePoly() [1/2]

Default constructor.

Since
R17.032

◆ RayRadiancePoly() [2/2]

Copy constructor.

Since
R17.032
Parameters
[in]srcThe source RayRadiancePoly.

Member Data Documentation

◆ map_front_back

Radiance values for the front and back of the polygon.

Since
R17.032

◆ size_u

Int32 size_u

Size U.

◆ size_v

Int32 size_v

Size V.