Skip to content

Commit

Permalink
ortho test
Browse files Browse the repository at this point in the history
  • Loading branch information
dkoes committed Nov 8, 2024
1 parent 550c9f5 commit 7b79c25
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/auto/tests/orthotest.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
viewer.setCameraParameters({orthographic:true,fov: 60});
viewer.addModel("2\n\nO 0 0 0\nC 1.5 0 0\n","xyz");
viewer.setStyle({stick:{radius:0.2}});
viewer.zoomTo({serial:1});
viewer.zoom(8);
//viewer.rotate(60,"y");
viewer.render();
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7b79c25

Please sign in to comment.