Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Amanda Ghassaei
OrigamiSimulator
Commits
6641164d
Commit
6641164d
authored
May 05, 2017
by
amandaghassaei
Browse files
small changes
parent
284b03e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
js/model.js
View file @
6641164d
...
...
@@ -316,7 +316,7 @@ function initModel(globals){
positions
[
i
]
*=
scale
;
}
for
(
var
i
=
0
;
i
<
vertices
.
length
;
i
++
){
vertices
[
i
].
multiplyScalar
(
scale
,
scale
,
scale
);
vertices
[
i
].
multiplyScalar
(
scale
);
}
//update vertices
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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