HDK
|
Go to the source code of this file.
Classes | |
class | OBJ_Geometry |
Macros | |
#define | INT_OBJ_PARM(name, idx) evalInt(name, &getIndirect()[idx], 0, 0.0) |
Enumerations | |
enum | OBJ_PHOTON_MODE { OBJ_PHOTON_OFF = 0, OBJ_PHOTON_CAST = 1, OBJ_PHOTON_RECEIVE = 2, OBJ_PHOTON_BOTH = 3 } |
enum | OBJ_GeoIndex { I_SHOP_MATERIAL = I_N_BASE_INDICES, I_SHOP_MATERIALOPT, I_VPORT_SHADEOPEN, I_VPORT_DISPLAYASSUBDIV, I_VPORT_ONIONSKIN, I_N_GEO_INDICES } |
Definition at line 42 of file OBJ_Geometry.h.
enum OBJ_GeoIndex |
Enumerator | |
---|---|
I_SHOP_MATERIAL | |
I_SHOP_MATERIALOPT | |
I_VPORT_SHADEOPEN | |
I_VPORT_DISPLAYASSUBDIV | |
I_VPORT_ONIONSKIN | |
I_N_GEO_INDICES |
Definition at line 31 of file OBJ_Geometry.h.
enum OBJ_PHOTON_MODE |
Enumerator | |
---|---|
OBJ_PHOTON_OFF | |
OBJ_PHOTON_CAST | |
OBJ_PHOTON_RECEIVE | |
OBJ_PHOTON_BOTH |
Definition at line 24 of file OBJ_Geometry.h.