Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Priyanka
ARNishat
Commits
49009e87
Commit
49009e87
authored
Jun 19, 2023
by
Priyanka
Browse files
Update sphere_original.html
parent
dca32893
Pipeline
#7846
passed with stage
in 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
public/sphere_original.html
View file @
49009e87
...
...
@@ -24,8 +24,7 @@ async function activateXR() {
const
scene
=
new
THREE
.
Scene
();
// The sphere will have a different color on each side.
const
materials
=
[
new
THREE
.
MeshLambertMaterial
({
color
:
"
#99d8c9
"
}),
const
materials
=
[
new
THREE
.
MeshLambertMaterial
({
color
:
#
99
d8c9
}),
//new THREE.MeshPhongMaterial({color: 0x0000ff}),
//new THREE.MeshBasicMaterial({color: 0x00ff00}),
//new THREE.MeshBasicMaterial({color: 0xff00ff}),
...
...
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