Commit 20a599b9 authored by Alfakhori's avatar Alfakhori
Browse files

ambientLight 2.5

parent 1d8ca348
Pipeline #12460 passed with stage
in 24 seconds
...@@ -1084,7 +1084,7 @@ async function activateXR( ...@@ -1084,7 +1084,7 @@ async function activateXR(
// Soft overall illumination // Soft overall illumination
const ambientLight = new THREE.AmbientLight( const ambientLight = new THREE.AmbientLight(
0xffffff, 0xffffff,
1.5 2.5
); );
scene.add(ambientLight); scene.add(ambientLight);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment