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
7502cbb1
Commit
7502cbb1
authored
Jun 20, 2023
by
Thapa
Browse files
Update 1-Cube.html
parent
ee0f3fa6
Pipeline
#8083
passed with stage
in 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
public/1-Cube.html
View file @
7502cbb1
...
...
@@ -25,12 +25,12 @@ async function activateXR() {
// The cube will have a different color on each side.
const
materials
=
[
new
THREE
.
MeshBasicMaterial
({
color
:
0x
ff00
00
}),
new
THREE
.
MeshBasicMaterial
({
color
:
0x
0000ff
}),
new
THREE
.
MeshBasicMaterial
({
color
:
0x
00ff
00
}),
new
THREE
.
MeshBasicMaterial
({
color
:
0x
ff00ff
}),
new
THREE
.
MeshBasicMaterial
({
color
:
0x
00ffff
}),
new
THREE
.
MeshBasicMaterial
({
color
:
0x
ffff
00
})
new
THREE
.
MeshBasicMaterial
({
color
:
0x
7447
00
}),
new
THREE
.
MeshBasicMaterial
({
color
:
0x
744700
}),
new
THREE
.
MeshBasicMaterial
({
color
:
0x
7447
00
}),
new
THREE
.
MeshBasicMaterial
({
color
:
0x
744700
}),
new
THREE
.
MeshBasicMaterial
({
color
:
0x
744700
}),
new
THREE
.
MeshBasicMaterial
({
color
:
0x
7447
00
})
];
// 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