Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Rushdi
AR
Commits
a9ab6e1c
Commit
a9ab6e1c
authored
Jun 20, 2023
by
Rushdi
Browse files
Update 1-Cube.html
parent
f4d8d139
Pipeline
#8016
passed with stage
in 6 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
public/1-Cube.html
View file @
a9ab6e1c
...
@@ -26,11 +26,11 @@ async function activateXR() {
...
@@ -26,11 +26,11 @@ 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
:
0xff0000
}),
new
THREE
.
MeshBasicMaterial
({
color
:
0xff0000
}),
new
THREE
.
MeshBasicMaterial
({
color
:
0x0000
ff
}),
new
THREE
.
MeshBasicMaterial
({
color
:
0x
ff
0000
}),
new
THREE
.
MeshBasicMaterial
({
color
:
0x
00
ff00
}),
new
THREE
.
MeshBasicMaterial
({
color
:
0xff
00
00
}),
new
THREE
.
MeshBasicMaterial
({
color
:
0xff00
ff
}),
new
THREE
.
MeshBasicMaterial
({
color
:
0xff00
00
}),
new
THREE
.
MeshBasicMaterial
({
color
:
0x
00ffff
}),
new
THREE
.
MeshBasicMaterial
({
color
:
0x
ff0000
}),
new
THREE
.
MeshBasicMaterial
({
color
:
0xff
ff
00
})
new
THREE
.
MeshBasicMaterial
({
color
:
0xff
00
00
})
];
];
// 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