1. A concise explanation of the problem you're experiencing.
I am working on frustum functionality, where I was trying to change angle distance, head, and pitch dynamically.
But when I was drawing with 30 degrees initially and later changed to 60 degrees,but the first frustum view of 30 degree has to be disabled where i couldnot find any syntax to disable.
2. A minimal code example. If you've found a bug, this helps us reproduce and repair it.
3. Context. Why do you need to do this? We might know a better way to accomplish your goal.
I am working on frustum functionality, where I was trying to change angle distance, head, and pitch dynamically.
But when I was drawing with 30 degrees initially and later changed to 60 degrees,but the first frustum view of 30 degree has to be disabled where i couldnot find any syntax to disable .
4. The Cesium version you're using, your operating system and browser.
based on changes of each distance and rolling value , multiple frustums is created. i just want to disable previous frustum view while changing dynamically then i can show only current view.
Dhana, You should be able to modify the camera’s frustum with camera.frustum.fov property directly without creating a new Frustum object each time. Do you also want to update the geometry? If so, Omar sounds like he can help with that!
Thanks Gabby , we have worked with camera.frustum property to show the dynamic frustum view.
Yes am creating a new one every time based on dynamic distance and rolling value . I think CallbackProperty cannot be able to help here. please guide me .
below is the attached html and snapshot for reference.