BlueMap

BlueMap

85.1k Downloads

[FEATURE] Camera paths (tracking shots) - orbit

Hope-IT-Works opened this issue ยท 1 comments

commented

Hello and thank you for working on this fantastic project.

Is there a way to integrate some basic camera tracking shots? Like a basic orbit view around a predefined path.

Optionally custom tracking shots would be great too!

Which renderer (or library) does BlueMap use? Maybe I could code a basic implementation.

Have a great day

@Hope-IT-Works

commented

BlueMap uses the ThreeJS library to display the 3d-map on the browser.
You can make a custom script (see webapp.conf) which hooks into bluemaps camera-controls and moves it however you like.
The webapp code is a little grown and needs a rework, but you should be able to find something you can use :)
E.g. bluemap.mapViewer.controlsManager.rotation = ?? changes the rotation of the current view .. etc.. :)
I know someone has done something similar before (can't find it right now).

If you have more questions / want to talk about this, please visit our discord! GitHub is not a good place for questions or suggestions ;)