Classes | |
| struct | InitRenderStruct | 
| struct | RayIllumination | 
| struct | TexData | 
| struct | Ray | 
| struct | RayHitID | 
| struct | SurfaceIntersection | 
| struct | Multipass | 
| struct | BaseVolumeData | 
| struct | ChannelData | 
| struct | RenameTextureMessage | 
| struct | VPFragment | 
Enumerations | |
| enum | INITRENDERFLAG {  NONE, TEXTURES, PAINTERNOMIP, NOMIP, PREVIEWRENDER, IRR }  | 
Functions | |
| Int32 | CALC_TEXINFO (Int32 texflag, Int32 channel) | 
| Int32 | CALC_TEXINFO_BUMP (Int32 texflag, Int32 channel, Int32 sample) | 
| enum INITRENDERFLAG | MAXON_ENUM_FLAGS (INITRENDERFLAG) | 
| Vector | TransformColor (const Vector &input, COLORSPACETRANSFORMATION colortransformation) | 
| maxon::Color | TransformColor (const maxon::Color &input, COLORSPACETRANSFORMATION colortransformation) | 
Variables | |
| NONE | |
| TEXTURES | |
| PAINTERNOMIP | |
| NOMIP | |
| PREVIEWRENDER | |
| IRR | |
| struct InitRenderStruct | MAXON_ENUM_FLAGS | 
| #define GET_TEX_BUMP_SAMPLE | ( | texflag | ) | 
Extracts the bump sample from texflag.
| [in] | texflag | The texture flags. | 
| #define GET_TEX_CHANNEL | ( | texflag | ) | 
Extracts the texture channel from texflag.
| [in] | texflag | The texture flags. | 
| #define MAX_MATERIALCHANNELS | 
The maximum number of channels in a Cinema 4D material.
| #define L_SPLIT_BIT | 
Private.
Inserts channel information into the texture flags.
| [in] | texflag | The texture flags. | 
| [in] | channel | The texture channel: CHANNEL | 
Inserts channel and bump sample information into the texture flags.
| [in] | texflag | The texture flags. | 
| [in] | channel | The texture channel: CHANNEL | 
| [in] | sample | The bump sample:
  | 
| Vector TransformColor | ( | const Vector & | input, | 
| COLORSPACETRANSFORMATION | colortransformation | ||
| ) | 
Transforms a color from one color profile to another.
| [in] | input | The color to transform. | 
| [in] | colortransformation | The color space transformation: COLORSPACETRANSFORMATION | 
| maxon::Color TransformColor | ( | const maxon::Color & | input, | 
| COLORSPACETRANSFORMATION | colortransformation | ||
| ) | 
Transforms a color from one color profile to another.
| [in] | input | The color to transform. | 
| [in] | colortransformation | The color space transformation: COLORSPACETRANSFORMATION | 
| NONE | 
No flags.
| TEXTURES | 
Use textures.
| PAINTERNOMIP | 
Disable MIP for painting.
| NOMIP | 
Disable MIP.
| PREVIEWRENDER | 
Preview render.
 
| IRR | 
Interactive region render.
| struct InitRenderStruct MAXON_ENUM_FLAGS |