Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Susano Pinto <andresusanopinto@gmail.com>2009-09-14 00:59:25 +0400
committerAndre Susano Pinto <andresusanopinto@gmail.com>2009-09-14 00:59:25 +0400
commitf8657be654f89c6a4826ef8dd3e2275dfe2d4a5a (patch)
tree96c58351ce1ba0071cc6919155fb82c6de7d5ef7 /source/blender/render/intern/raytrace
parent732bf328c51d630bace201b40ab2bedcb314d96e (diff)
*Ray counters (number of BB/primitive tests/hits and other raytrace counters) can now be enabled/disabled at compile-time.
#define RE_RAYCOUNTER (/source/blender/render/extern/include/RE_raytrace.h) *Some other small organization on code (will be disable as this only matters for testing and developping)
Diffstat (limited to 'source/blender/render/intern/raytrace')
-rw-r--r--source/blender/render/intern/raytrace/bvh.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/render/intern/raytrace/bvh.h b/source/blender/render/intern/raytrace/bvh.h
index 7d3479e5331..f0302ddba3a 100644
--- a/source/blender/render/intern/raytrace/bvh.h
+++ b/source/blender/render/intern/raytrace/bvh.h
@@ -27,6 +27,7 @@
* ***** END GPL LICENSE BLOCK *****
*/
#include "rayobject.h"
+#include "raycounter.h"
#include "MEM_guardedalloc.h"
#include "rayobject_rtbuild.h"
#include "rayobject_hint.h"