Notifications
Clear all
[Closed] intersectRayScene but only objects in array?
Dec 16, 2015 4:27 pm
Hi, is there like intersectRayScene but insted of the ray “interacting” with all objects in the scene it only “interact”/ intersect test with objects from an array or if not array possible single node so I can then loop that thru an array?
Thanks in advance.
2 Replies
Dec 16, 2015 4:27 pm
intersectRay <node> <ray>
intersectRayEx <node> <ray>
Or you could use the RayMeshGridIntersect interface for more advanced features.
1 Reply