Any ways to perform spatial intersection query

43 views
Skip to first unread message

cd.mon...@gmail.com

unread,
May 5, 2019, 6:07:17 AM5/5/19
to cesium-dev
I am using Cesium 1.57 in Google Chrome.

I am trying to perform a spatial intersection query using a 3D geometry and 3D Tiles features.
Like when a drop a sphere in the scene, it should return the buildings contained inside the sphere.

Is there any way I can do this?

Omar Shehata

unread,
May 15, 2019, 9:24:08 AM5/15/19
to cesium-dev
Currently the only way to do this is to traverse the tree, starting from the root tile, going through its children that are within the defined area, and repeating until no more children remain.

To make this much more efficient and easier, we're working towards having an implicit tiling scheme (so you can immediately request tiles within a certain area). You can read more about that here and see the roadmap for it:

Reply all
Reply to author
Forward
0 new messages