Skip to content

Commit

Permalink
Changing position of bow
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitjha2603 authored Nov 12, 2023
1 parent 397068c commit 788a32c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ showGltf("diya/scene", -25, 0, 10, 2);
showGltf("diya/scene", 25, 0, 10, 2);
showGltf("diya/scene", -25, 0, -10, 2);
showGltf("diya/scene", 25, 0, -10, 2);
showGltf("bow-and-arrow/scene", -12, 22.5, 0, 25, (model) => {
showGltf("bow-and-arrow/scene", -12, 22.5, 2, 25, (model) => {
model.rotation.set(-Math.PI / 2, 0, 0);
});
//--------------------------------------------
Expand Down

0 comments on commit 788a32c

Please sign in to comment.