Skip to content

Commit

Permalink
fix: cameraTool.js->createCamera now not set aspect
Browse files Browse the repository at this point in the history
  • Loading branch information
yyc-git committed Mar 10, 2019
1 parent b1a25c4 commit 25a6d13
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/e2e/js/CameraTool.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ var CameraTool = (function () {
state = wd.setPerspectiveCameraProjectionNear(perspectiveCameraProjection, 0.1, state);
state = wd.setPerspectiveCameraProjectionFar(perspectiveCameraProjection, 2000, state);
state = wd.setPerspectiveCameraProjectionFovy(perspectiveCameraProjection, 60, state);
state = wd.setPerspectiveCameraProjectionAspect(perspectiveCameraProjection, 1.0, state);



Expand Down

0 comments on commit 25a6d13

Please sign in to comment.