Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaohaoyang committed Sep 12, 2023
1 parent a3be5f7 commit 9aa03c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions 23-rose/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -59685,6 +59685,7 @@ scene.add(directionalLightCameraHelper);
directionalLightCameraHelper.visible = false;
directionLight.shadow.camera.far = 15;
directionLight.shadow.mapSize.set(1024, 1024);
directionLight.shadow.normalBias = 0.05;

/** axesHelper */
var axesHelper = new three__WEBPACK_IMPORTED_MODULE_5__.AxesHelper(5);
Expand Down
2 changes: 1 addition & 1 deletion 23-rose/index.js.map

Large diffs are not rendered by default.

0 comments on commit 9aa03c1

Please sign in to comment.