Notifications
Clear all

[Closed] intersectRayScene but only objects in array?

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
intersectRay <node> <ray>
intersectRayEx <node> <ray>

Or you could use the RayMeshGridIntersect interface for more advanced features.

1 Reply
(@patan77)
Joined: 11 months ago

Posts: 0

Ok thanks that worked