Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Yaemyim
webarsr
Commits
822d6e6e
Commit
822d6e6e
authored
Jun 20, 2023
by
Yaemyim
Browse files
Update 1-Cube.html
parent
129cdeb8
Pipeline
#8148
passed with stage
in 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
public/1-Cube.html
View file @
822d6e6e
...
...
@@ -25,12 +25,12 @@ async function activateXR() {
// The cube will have a different color on each side.
const
materials
=
[
new
THREE
.
MeshBasicMaterial
({
color
:
0x
FFC0CB
}),
// 0xff0000
new
THREE
.
MeshBasicMaterial
({
color
:
0x
61F18D
}),
// 0x0000ff
new
THREE
.
MeshBasicMaterial
({
color
:
0x
F1A061
}),
// 0x00ff00
new
THREE
.
MeshBasicMaterial
({
color
:
0x
61F1E6
}),
// 0xff00ff
new
THREE
.
MeshBasicMaterial
({
color
:
0x
F161AD
}),
// 0x00ffff
new
THREE
.
MeshBasicMaterial
({
color
:
0x
6175F1
})
// 0xffff00
new
THREE
.
MeshBasicMaterial
({
color
:
"
#
FFC0CB
"
}),
// 0xff0000
new
THREE
.
MeshBasicMaterial
({
color
:
"
#
61F18D
"
}),
// 0x0000ff
new
THREE
.
MeshBasicMaterial
({
color
:
"
#
F1A061
"
}),
// 0x00ff00
new
THREE
.
MeshBasicMaterial
({
color
:
"
#
61F1E6
"
}),
// 0xff00ff
new
THREE
.
MeshBasicMaterial
({
color
:
"
#
F161AD
"
}),
// 0x00ffff
new
THREE
.
MeshBasicMaterial
({
color
:
"
#
6175F1
"
})
// 0xffff00
];
// 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