Hi, how to use dynamic camera in VR to move to others locations quickly ?
Can you be more specific about what you’re trying to achieve?
I would like when I click in a menu in VR to have the choice to move to specific points
like in the demo by pressing the numeric keypad, but in VR
DynamicCamera contains a CesiumFlyToController
component, which has functions like FlyToLongitudeLatitudeHeight
. These allow you to specify coordinates that the camera should fly to. You can write your own script to call this function on some user input, or whatever you want.
1 Like
ok thank you for your answer Janine, i will look at this script