archilogic-com / 3dio-js

JavaScript toolkit for interior apps

Home Page:https://3d.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Camera Bookmarks on 3d.io broken

dburgauer opened this issue · comments

commented

Open the default_setup on AppCreator
Click the different camera bookmarks
On each click, the camera jumps back to origin first and then animates to the clicked position (vs. interpolating between current and new)

gif2

On it.

It can be fixed with one line substitution:

<script src="https://unpkg.com/aframe-animation-component@3.2.5/dist/aframe-animation-component.min.js"></script>

So I will:

  • update our docs
  • update the samples

The lesson learned is: nail down external versions, so we don't "accidentally" upgrade external dependencies.

commented

Thanks @AVGP for the super fast response!

Fixed the sample apps and the docs.