archilogic-com / 3dio-js

JavaScript toolkit for interior apps
https://3d.io
MIT License
273 stars 73 forks source link

Camera Bookmarks on 3d.io broken #115

Closed dburgauer closed 6 years ago

dburgauer commented 6 years ago

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

AVGP commented 6 years ago

On it.

tomas-polach commented 6 years ago

just for reference: https://stackoverflow.com/questions/47882683/waypoints-position-and-rotation-are-empty-from-the-scene-api

AVGP commented 6 years ago

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:

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

dburgauer commented 6 years ago

Thanks @AVGP for the super fast response!

AVGP commented 6 years ago

Fixed the sample apps and the docs.