Defines

Node Global Illumination Property PartIDs

PartID

Part IDs sent with the REFMSG_NODE_GI_PROP_CHANGED message. More...

Defines

#define  PART_GI_EXCLUDED   (1<<0)
#define  PART_GI_OCCLUDER   (1<<1)
#define  PART_GI_RECEIVER   (1<<2)
#define  PART_GI_DIFFUSE   (1<<3)
#define  PART_GI_SPECULAR   (1<<4)
#define  PART_GI_NBREFINESTEPS   (1<<5)
#define  PART_GI_MESHSIZE   (1<<6)
#define  PART_GI_MESHINGENABLED   (1<<7)
#define  PART_GI_USEGLOBALMESHING   (1<<8)
#define  PART_GI_EXCLUDEFROMREGATHERING   (1<<9)
#define  PART_GI_STOREILLUMMESH   (1<<10)
#define  PART_GI_RAYMULT   (1<<11)
#define  PART_GI_USE_ADAPTIVE_SUBDIVISION   (1<<12)
#define  PART_GI_MIN_MESH_SIZE   (1<<13)
#define  PART_GI_INITIAL_MESH_SIZE   (1<<14)
#define  PART_GI_CONTRAST_THRESHOLD   (1<<15)

Detailed Description

Part IDs sent with the REFMSG_NODE_GI_PROP_CHANGED message.


Define Documentation

#define PART_GI_EXCLUDED   (1<<0)
#define PART_GI_OCCLUDER   (1<<1)
#define PART_GI_RECEIVER   (1<<2)
#define PART_GI_DIFFUSE   (1<<3)
#define PART_GI_SPECULAR   (1<<4)
#define PART_GI_NBREFINESTEPS   (1<<5)
#define PART_GI_MESHSIZE   (1<<6)
#define PART_GI_MESHINGENABLED   (1<<7)
#define PART_GI_USEGLOBALMESHING   (1<<8)
#define PART_GI_EXCLUDEFROMREGATHERING   (1<<9)
#define PART_GI_STOREILLUMMESH   (1<<10)
#define PART_GI_RAYMULT   (1<<11)
#define PART_GI_USE_ADAPTIVE_SUBDIVISION   (1<<12)
#define PART_GI_MIN_MESH_SIZE   (1<<13)
#define PART_GI_INITIAL_MESH_SIZE   (1<<14)
#define PART_GI_CONTRAST_THRESHOLD   (1<<15)