*forgot this file

This commit is contained in:
Andre Susano Pinto 2009-06-29 20:15:59 +00:00
parent f5f6850f23
commit 1136656bba
1 changed files with 8 additions and 0 deletions

View File

@ -232,6 +232,8 @@ typedef struct RenderData {
/* render engine, octree resolution */
short renderer, ocres;
short raystructure;
short pad4[3];
/**
* What to do with the sky/background. Picks sky/premul/key
@ -660,6 +662,12 @@ typedef struct Scene {
#define R_INTERN 0
#define R_YAFRAY 1
/* raytrace structure */
#define R_RAYSTRUCTURE_HIER_BVH_BVH 0
#define R_RAYSTRUCTURE_HIER_BVH_OCTREE 1
#define R_RAYSTRUCTURE_SINGLE_OCTREE 2
#define R_RAYSTRUCTURE_SINGLE_BVH 3
/* scemode (int now) */
#define R_DOSEQ 0x0001
#define R_BG_RENDER 0x0002