Classes | |
struct | Ray3D |
struct | TCalcInfoParams |
Parameters for the rayhit calcinfo method. More... | |
struct | RayHit3D |
struct | RayHitParameters |
class | TRayTracingContext |
struct | IllumSettings |
struct | IllumSettings2 |
struct | RTLevelInfo |
struct | BasicLightInfo |
class | LightingInfo |
struct | IndirectLightingInfo |
struct | TColorRGBLinearEffect |
struct | LightingCompositingDetail |
struct | LightingDetail |
struct | LightingFlags |
struct | FirstHitInfo |
struct | RendEnv |
struct | RendContext |
struct | LightingContext |
struct | TRenderArea |
Defines | |
#define | LIGHTING_HINT 1 |
#define | INSTANCE_HINT 2 |
Typedefs | |
typedef void(* | RayHitCallback )(Ray3D *aR, real tmin, real tmax, RayHit3D *hit, void *privData) |
Enumerations | |
enum | EGlobalIlluminationType { eAmbientOcclusion = 'Ambi', eIndirectLight = 'IndL' } |
#define INSTANCE_HINT 2 |
#define LIGHTING_HINT 1 |
typedef void(* RayHitCallback)(Ray3D *aR, real tmin, real tmax, RayHit3D *hit, void *privData) |