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:
authorAntony Riakiotakis <kalast@gmail.com>2013-12-18 20:36:07 +0400
committerAntony Riakiotakis <kalast@gmail.com>2013-12-18 20:36:07 +0400
commitd9e8537d9be99bce3e30fd1d96aa1c813a835eb9 (patch)
treeaf0d5e32a548aeea429d5d54ca06804a101a3773 /source/blender/blenkernel/BKE_pbvh.h
parent9efef3c2515bef9cd2928834ab7e29cf32c20593 (diff)
Comment fix to previous commit
Diffstat (limited to 'source/blender/blenkernel/BKE_pbvh.h')
-rw-r--r--source/blender/blenkernel/BKE_pbvh.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/blenkernel/BKE_pbvh.h b/source/blender/blenkernel/BKE_pbvh.h
index 7ef120e26af..9f825cf439f 100644
--- a/source/blender/blenkernel/BKE_pbvh.h
+++ b/source/blender/blenkernel/BKE_pbvh.h
@@ -98,8 +98,7 @@ int BKE_pbvh_node_raycast(PBVH *bvh, PBVHNode *node, float (*origco)[3], int use
float *dist);
/* for orthographic cameras, project the far away ray segment points to the root node so
- * we can have better precision. Warning, this function assumes that ray begins and ends outside
- * bounding box! */
+ * we can have better precision. */
void BKE_pbvh_raycast_project_ray_root(PBVH *bvh, bool original, float ray_start[3],
float ray_end[3], float ray_normal[3]);