xeokit-sdk icon indicating copy to clipboard operation
xeokit-sdk copied to clipboard

Feature request: tool to find objects interesting a given 3D location

Open elyrank opened this issue 2 years ago • 0 comments

I need to have a way to check if a specific point (or range) collides with an object in the model.

I want to be able to get the objects that collided with the location I provided.

something like this: scene.getObjectsInRange([0,0,0], [1,1,1]) and it would return a list of objects that are (partially) within that range

elyrank avatar Jul 25 '22 11:07 elyrank