Skip to content

Commit

Permalink
Update three-scene.js
Browse files Browse the repository at this point in the history
  • Loading branch information
davespser authored Dec 8, 2024
1 parent 0f6da13 commit cf9939e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/three-scene.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export function loadThreeScene({ x = 0, y = 0, z = 0, color = 0xff4500, stats =

const loader = new GLTFLoader();
loader.load(
"https://raw.githubusercontent.com/davespser/albiar/main/models/npc/robotauro_walk.glb",
"./models/npc/robotauro_walk.glb",
(gltf) => {
robotModel = gltf.scene;
robotModel.position.set(x, y, z);
Expand Down

0 comments on commit cf9939e

Please sign in to comment.