Skip to content

Commit

Permalink
formatting brave_robot code with prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
kalwalt committed Oct 26, 2024
1 parent 3de80bc commit 2978de5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/threejs_worker_brave_robot_gltf_ES6.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ export default function start(
camera.add(light);

const light2 = new THREE.DirectionalLight(0xffffff, 1.2);
light2.position.set(0.5, 0, 0.866); // ~60º
light2.name = 'main_light';
camera.add(light2);
light2.position.set(0.5, 0, 0.866); // ~60º
light2.name = "main_light";
camera.add(light2);

const root = new THREE.Object3D();
scene.add(root);
Expand Down

0 comments on commit 2978de5

Please sign in to comment.