Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arif
AR
Commits
aa6b60af
You need to sign in or sign up before continuing.
Commit
aa6b60af
authored
Jun 24, 2023
by
Arif
Browse files
Update 1-Cube.html
parent
a5bf41d3
Pipeline
#8322
passed with stage
in 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
public/1-Cube.html
View file @
aa6b60af
...
@@ -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
.
MeshBasicMaterial
({
color
:
#
E9FF00
}),
new
THREE
.
MeshBasicMaterial
({
color
:
0xcfe2f3
}),
new
THREE
.
MeshBasicMaterial
({
color
:
#
1
BFF00
}),
new
THREE
.
MeshBasicMaterial
({
color
:
0xffe599
}),
new
THREE
.
MeshBasicMaterial
({
color
:
#
00
FFF2
}),
new
THREE
.
MeshBasicMaterial
({
color
:
0xb6d7a8
}),
new
THREE
.
MeshBasicMaterial
({
color
:
#
0046
FF
}),
new
THREE
.
MeshBasicMaterial
({
color
:
0xd5a6bd
}),
new
THREE
.
MeshBasicMaterial
({
color
:
#
DA00FF
}),
new
THREE
.
MeshBasicMaterial
({
color
:
0xa40808
}),
new
THREE
.
MeshBasicMaterial
({
color
:
#
FF0013
})
new
THREE
.
MeshBasicMaterial
({
color
:
0xa40808
})
];
];
...
...
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