INITCALCULATION

Detailed Description

Material calculation types for the rendering API.

See also
BaseMaterial::InitCalculation MaterialData::InitCalculation

Enumerations

enum class  INITCALCULATION {
  SURFACE ,
  TRANSPARENCY ,
  DISPLACEMENT
}
 

Functions

enum INITCALCULATION MAXON_ENUM_LIST (INITCALCULATION)
 

Enumeration Type Documentation

◆ INITCALCULATION

enum INITCALCULATION
strong
Enumerator
SURFACE 

Called during rendering for surface calculation.

TRANSPARENCY 

Called during rendering for shadow rays computation.

DISPLACEMENT 

Called before rendering for displace calculation.

Function Documentation

◆ MAXON_ENUM_LIST()

enum INITCALCULATION MAXON_ENUM_LIST ( INITCALCULATION  )