[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [21243] branches/soc-2009-jaguarandi/ source/blender/makesdna/DNA_scene_types.h: *forgot this file

André Pinto andresusanopinto at gmail.com
Mon Jun 29 22:15:59 CEST 2009


Revision: 21243
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=21243
Author:   jaguarandi
Date:     2009-06-29 22:15:59 +0200 (Mon, 29 Jun 2009)

Log Message:
-----------
*forgot this file

Modified Paths:
--------------
    branches/soc-2009-jaguarandi/source/blender/makesdna/DNA_scene_types.h

Modified: branches/soc-2009-jaguarandi/source/blender/makesdna/DNA_scene_types.h
===================================================================
--- branches/soc-2009-jaguarandi/source/blender/makesdna/DNA_scene_types.h	2009-06-29 19:48:11 UTC (rev 21242)
+++ branches/soc-2009-jaguarandi/source/blender/makesdna/DNA_scene_types.h	2009-06-29 20:15:59 UTC (rev 21243)
@@ -232,6 +232,8 @@
 
 	/* 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 @@
 #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





More information about the Bf-blender-cvs mailing list