Comment fix to previous commit

This commit is contained in:
Antonis Ryakiotakis 2013-12-18 18:36:07 +02:00
parent 9efef3c251
commit d9e8537d9b
1 changed files with 1 additions and 2 deletions

View File

@ -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]);