Classes | |
class | OcioConverter |
class | InitRenderStruct |
struct | RayIllumination |
struct | TexData |
struct | Ray |
struct | RayHitID |
struct | SurfaceIntersection |
struct | Multipass |
struct | BaseVolumeData |
struct | ChannelData |
struct | RenameTextureMessage |
struct | VPFragment |
Namespaces | |
cinema | |
Enumerations | |
enum class | 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 cinema::INITRENDERFLAG | MAXON_ENUM_FLAGS (INITRENDERFLAG) |
Vector64 | BasicTransformColor (const Vector64 &input, COLORSPACETRANSFORMATION colortransformation) |
maxon::Color64 | BasicTransformColor (const maxon::Color64 &input, COLORSPACETRANSFORMATION colortransformation) |
maxon::Color32 | BasicTransformColor (const maxon::Color32 &input, COLORSPACETRANSFORMATION colortransformation) |
void | BasicTransformColors (Vector64 *v, Int count, COLORSPACETRANSFORMATION colorSpaceTransformation) |
Variables | |
NONE | |
TEXTURES | |
PAINTERNOMIP | |
NOMIP | |
PREVIEWRENDER | |
IRR | |
#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.
NONE |
No flags.
TEXTURES |
Use textures.
PAINTERNOMIP |
Disable MIP for painting.
NOMIP |
Disable MIP.
PREVIEWRENDER |
Preview render.
IRR |
Interactive region render.