Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Karakas
TestWebARApplication
Commits
8a62fc35
Commit
8a62fc35
authored
1 year ago
by
Karakas
Browse files
Options
Download
Email Patches
Plain Diff
Changed cube size from 0.5 to 0.2
parent
ff144bff
Pipeline
#8923
passed with stage
in 4 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
public/index.html
+1
-1
public/index.html
with
1 addition
and
1 deletion
+1
-1
public/index.html
+
1
-
1
View file @
8a62fc35
...
@@ -34,7 +34,7 @@ const materials = [
...
@@ -34,7 +34,7 @@ const materials = [
];
];
// Create the cube and add it to the demo scene.
// Create the cube and add it to the demo scene.
const
cube
=
new
THREE
.
Mesh
(
new
THREE
.
BoxBufferGeometry
(
0.
5
,
0.
5
,
0.
5
),
materials
);
const
cube
=
new
THREE
.
Mesh
(
new
THREE
.
BoxBufferGeometry
(
0.
2
,
0.
2
,
0.
2
),
materials
);
cube
.
position
.
set
(
0
,
0
,
-
1
);
cube
.
position
.
set
(
0
,
0
,
-
1
);
scene
.
add
(
cube
);
scene
.
add
(
cube
);
...
...
This diff is collapsed.
Click to expand it.
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