Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Azizi
ar_civ2
Commits
41b4033a
Commit
41b4033a
authored
Jun 24, 2023
by
Azizi
Browse files
Update 1-Cube.html
parent
818fb19f
Pipeline
#8323
passed with stage
in 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
public/1-Cube.html
View file @
41b4033a
...
...
@@ -25,12 +25,12 @@ async function activateXR() {
// The cube will have a different color on each side.
const
materials
=
[
new
THREE
.
MeshBasicMaterial
({
color
:
#
00
ff
00
}),
new
THREE
.
MeshBasicMaterial
({
color
:
#
00
ff
00
}),
new
THREE
.
MeshBasicMaterial
({
color
:
#
00
ff00
}),
new
THREE
.
MeshBasicMaterial
({
color
:
#
00
f
f00
}),
new
THREE
.
MeshBasicMaterial
({
color
:
#
00
ff00
}),
new
THREE
.
MeshBasicMaterial
({
color
:
#
00
ff
00
})
new
THREE
.
MeshBasicMaterial
({
color
:
0xff
00ff
}),
new
THREE
.
MeshBasicMaterial
({
color
:
0x0f
00ff
}),
new
THREE
.
MeshBasicMaterial
({
color
:
0x
00ff00
}),
new
THREE
.
MeshBasicMaterial
({
color
:
0xff0
f00
}),
new
THREE
.
MeshBasicMaterial
({
color
:
0x
00ff00
}),
new
THREE
.
MeshBasicMaterial
({
color
:
0xff00
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