Hi,
I’m working with Speckle viewer and it’s awesome so far!
I have implemented a button to toggle from top to 3d view. This works cameraController.setView('top');
but this doesn’t cameraController.setView('3d');
nor does this cameraController.setView('3D');
event though this seems possible from documentation.
I’m importing CameraController
directly from @speckle/viewer
in a JS project.
Thanks!