Skip to content
Snippets Groups Projects
Commit 9957492c authored by David Sehnal's avatar David Sehnal
Browse files

mol-canvas3d: camera transition tweak

parent cb392470
No related branches found
No related tags found
No related merge requests found
......@@ -27,8 +27,8 @@ class CameraTransitionManager {
return;
}
Camera.copySnapshot(this.source, this.camera);
Camera.copySnapshot(this.target, this.camera);
Camera.copySnapshot(this.source, this.camera.state);
Camera.copySnapshot(this.target, this.camera.state);
Camera.copySnapshot(this.target, to);
this.inTransition = true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment