FIELDSAMPLE_FLAG

Detailed Description

Enumerations

enum class  FIELDSAMPLE_FLAG {
  VALUE ,
  DIRECTION ,
  COLOR ,
  ROTATION ,
  ALL ,
  NONLINEARCOLOR
}
 

Functions

enum FIELDSAMPLE_FLAG MAXON_ENUM_FLAGS (FIELDSAMPLE_FLAG)
 

Enumeration Type Documentation

◆ FIELDSAMPLE_FLAG

enum FIELDSAMPLE_FLAG
strong
Enumerator
VALUE 

Sample only the value at the current point (minimum must still sample the value)

DIRECTION 

Sample the velocity at the current point.

COLOR 

Sample the color at the current point.

ROTATION 

Sample the rotational velocity at the current point.

ALL 

Sample all channels at the current point minus rotation.

NONLINEARCOLOR 

Deliver the color in non-linear sRGB colorspace (see Document Linear Color Workflow settings)

Function Documentation

◆ MAXON_ENUM_FLAGS()

enum FIELDSAMPLE_FLAG MAXON_ENUM_FLAGS ( FIELDSAMPLE_FLAG  )