Skip to content

Commit

Permalink
loading the camera with scenes now, with tweening
Browse files Browse the repository at this point in the history
  • Loading branch information
vorth authored Oct 23, 2024
1 parent 936256a commit 64ab671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion g4g/15/yellow-stretch-120-cell/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@
div.classList.remove('hidden');

viewer.scene = scene;
viewer.update({ camera: false });
viewer.update({ camera: true });

if ( index === 0 ) {
document.querySelector("#prev") .setAttribute( 'disabled', 'true' );
Expand Down

0 comments on commit 64ab671

Please sign in to comment.