Skip to content
This repository has been archived by the owner on Jun 2, 2023. It is now read-only.

Commit

Permalink
Add test example
Browse files Browse the repository at this point in the history
  • Loading branch information
pchen66 committed Jun 2, 2017
1 parent f92b2c9 commit 3582004
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,8 @@
viewer.enableControl( PANOLENS.Controls.DEVICEORIENTATION );
viewer.enableEffect( PANOLENS.Modes.CARDBOARD );

/*viewer.enableControl( PANOLENS.Controls.ORBIT );
viewer.enableEffect( PANOLENS.Modes.NORMAL );
viewer.enableControl( PANOLENS.Controls.DEVICEORIENTATION );
viewer.enableEffect( PANOLENS.Modes.CARDBOARD );
viewer.enableControl( PANOLENS.Controls.ORBIT );
viewer.enableEffect( PANOLENS.Modes.NORMAL );*/
viewer.enableEffect( PANOLENS.Modes.NORMAL );

</script>

Expand Down

0 comments on commit 3582004

Please sign in to comment.