3DStreet / 3dstreet

🚲🚢🚌 Web-based 3D visualization of streets using A-Frame
https://3dstreet.app
Other
249 stars 30 forks source link

add fly ability in viewer mode #600

Open kfarr opened 3 weeks ago

vincentfretin commented 3 weeks ago

movement-controls="fly:true"

Oh I see you're still using wasd-controls actually on camera rig, that's probably why I see weird rotation of camera in viewer mode, because look-controls is on the rig and not the camera. wasd-controls and look-controls are meant to be on the camera, not the rig, but then it conflicts with cursor-teleport that moves the rig and not the camera. That's why you need to switch to movement-controls on rig and look-controls on camera, and remove wasd-controls usage.