Skip to content

Commit

Permalink
feat: opt case
Browse files Browse the repository at this point in the history
  • Loading branch information
luzhuang committed May 16, 2024
1 parent 0aaaf08 commit 42f8d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/babylon/collider-benchmark.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const createScene = async function () {

// Targets the camera to a particular position. In this case the scene origin
camera.setTarget(Vector3.Zero());
const hemisphericLight = new HemisphericLight("hemisphericLight", new BABYLON.Vector3(0, 1, 0), scene);
const hemisphericLight = new HemisphericLight("hemisphericLight", new Vector3(0, 1, 0), scene);
hemisphericLight.intensity = 1;

const light = new DirectionalLight(
Expand Down

0 comments on commit 42f8d97

Please sign in to comment.