RayRadiancePoly Struct Reference

#include <c4d_raytrace.h>

详细描述

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).

公共成员函数

  RayRadiancePoly ()
  RayRadiancePoly ( RayRadiancePoly &&src)

Public Attributes

maxon::BaseArray < RadiancePolyFrontBack map_front_back
Int32   size_u
Int32   size_v

构造函数 & 析构函数文档编制

◆  RayRadiancePoly() [1/2]

RayRadiancePoly ( )

Default constructor.

由于
R17.032

◆  RayRadiancePoly() [2/2]

RayRadiancePoly ( RayRadiancePoly &&  src )

Copy constructor.

由于
R17.032
参数
[in] src The source RayRadiancePoly .

Member Data Documentation

◆  map_front_back

maxon::BaseArray < RadiancePolyFrontBack > map_front_back

Radiance values for the front and back of the polygon.

由于
R17.032

◆  size_u

Int32 size_u

Size U.

◆  size_v

Int32 size_v

Size V.