Node Global Illumination Property PartIDs
 
 
 
Node Global Illumination Property PartIDs

Module description

Part IDs sent with the REFMSG_NODE_GI_PROP_CHANGED message.

Defines

#define  PART_GI_EXCLUDED   (1<<0)
  Excluded.
#define  PART_GI_OCCLUDER   (1<<1)
  Excluder.
#define  PART_GI_RECEIVER   (1<<2)
  Receiver.
#define  PART_GI_DIFFUSE   (1<<3)
  Diffuse.
#define  PART_GI_SPECULAR   (1<<4)
  Specular.
#define  PART_GI_NBREFINESTEPS   (1<<5)
  Refine Steps.
#define  PART_GI_MESHSIZE   (1<<6)
  Mesh Size.
#define  PART_GI_MESHINGENABLED   (1<<7)
  Meshing Enabled.
#define  PART_GI_USEGLOBALMESHING   (1<<8)
  Use Global Meshing.
#define  PART_GI_EXCLUDEFROMREGATHERING   (1<<9)
  Exclude From Regathering.
#define  PART_GI_STOREILLUMMESH   (1<<10)
  Store Illumination Mesh.
#define  PART_GI_RAYMULT   (1<<11)
  Ray Multiplier.
#define  PART_GI_USE_ADAPTIVE_SUBDIVISION   (1<<12)
  Use Adaptive Subdivision.
#define  PART_GI_MIN_MESH_SIZE   (1<<13)
  Minium Mesh size.
#define  PART_GI_INITIAL_MESH_SIZE   (1<<14)
  Initial Mesh size.
#define  PART_GI_CONTRAST_THRESHOLD   (1<<15)
  Contrast Threshold.

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)

Meshing Enabled.

#define PART_GI_USEGLOBALMESHING   (1<<8)

Use Global Meshing.

#define PART_GI_EXCLUDEFROMREGATHERING   (1<<9)

Exclude From Regathering.

#define PART_GI_STOREILLUMMESH   (1<<10)

Store Illumination Mesh.

#define PART_GI_RAYMULT   (1<<11)
#define PART_GI_USE_ADAPTIVE_SUBDIVISION   (1<<12)

Use Adaptive Subdivision.

#define PART_GI_MIN_MESH_SIZE   (1<<13)
#define PART_GI_INITIAL_MESH_SIZE   (1<<14)
#define PART_GI_CONTRAST_THRESHOLD   (1<<15)

Contrast Threshold.