Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Alfakhori
Gengenbach
Commits
20a599b9
Commit
20a599b9
authored
Sep 21, 2026
by
Alfakhori
Browse files
ambientLight 2.5
parent
1d8ca348
Pipeline
#12460
passed with stage
in 24 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
public/ar_main.js
View file @
20a599b9
...
@@ -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
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment