CullingVolume

Does anyone have an example of how to use the CullingVolume?

Hi,

What exactly are you trying to do?

This is something we use deep in the engine for visibility culling. For simple examples, check out the tests:

https://github.com/AnalyticalGraphicsInc/cesium/blob/master/Specs/Scene/CullingVolumeSpec.js

For a full use case, see:

https://github.com/AnalyticalGraphicsInc/cesium/blob/master/Source/Scene/Scene.js

Patrick

I'm trying to find the geographic coordinates at a certain point when I approach the globe and add 3D models, or labels geometries when I position the camera and when I remove the focus can remove. (Not worrying about performance until then).

I'm working on a project using the graduate CesiumJS. (I'm still at the beginning)