Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Thapa
visualization
Commits
11217c46
You need to sign in or sign up before continuing.
Commit
11217c46
authored
Jun 19, 2023
by
Thapa
Browse files
Update index.html
parent
4f4a3ffe
Pipeline
#7872
passed with stage
in 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
public/index.html
View file @
11217c46
...
@@ -25,12 +25,12 @@ async function activateXR() {
...
@@ -25,12 +25,12 @@ async function activateXR() {
// The cube will have a different color on each side.
// The cube will have a different color on each side.
const
materials
=
[
const
materials
=
[
new
THREE
.
Mesh
Normal
Material
({
color
:
0xff0000
}),
new
THREE
.
Mesh
Basic
Material
({
color
:
0xff0000
}),
new
THREE
.
Mesh
Normal
Material
({
color
:
0x0000ff
}),
new
THREE
.
Mesh
Basic
Material
({
color
:
0x0000ff
}),
new
THREE
.
Mesh
Normal
Material
({
color
:
0x00ff00
}),
new
THREE
.
Mesh
Basic
Material
({
color
:
0x00ff00
}),
new
THREE
.
Mesh
Normal
Material
({
color
:
0xff00ff
}),
new
THREE
.
Mesh
Basic
Material
({
color
:
0xff00ff
}),
new
THREE
.
Mesh
Normal
Material
({
color
:
0x00ffff
}),
new
THREE
.
Mesh
Basic
Material
({
color
:
0x00ffff
}),
new
THREE
.
Mesh
Normal
Material
({
color
:
0xffff00
})
new
THREE
.
Mesh
Basic
Material
({
color
:
0xffff00
})
];
];
// Create the cube and add it to the demo scene.
// Create the cube and add it to the demo scene.
...
...
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