#include "OBJ_API.h"#include "OBJ_Node.h"#include "OBJ_Shared.h"Go to the source code of this file.
Classes | |
| class | OBJ_Geometry |
Defines | |
| #define | INT_PARM(name, idx, vi, t) return evalInt(name, &getIndirect()[idx], vi, t); |
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_N_GEO_INDICES } |
Definition at line 51 of file OBJ_Geometry.h.
| enum OBJ_GeoIndex |
| I_SHOP_MATERIAL | |
| I_SHOP_MATERIALOPT | |
| I_VPORT_SHADEOPEN | |
| I_VPORT_DISPLAYASSUBDIV | |
| I_N_GEO_INDICES |
Definition at line 40 of file OBJ_Geometry.h.
| enum OBJ_PHOTON_MODE |
Definition at line 33 of file OBJ_Geometry.h.
1.5.9