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
e592a80d
Commit
e592a80d
authored
May 24, 2017
by
amandaghassaei
Browse files
small changes
parent
0fc54dc3
Changes
1
Show whitespace changes
Inline
Side-by-side
js/dynamic/dynamicSolver.js
View file @
e592a80d
...
...
@@ -395,7 +395,6 @@ function initDynamicSolver(globals){
// this.vertices[1].clone().sub(this.vertices[0]);
creaseVectors
[
rgbaIndex
]
=
nodes
[
0
].
getIndex
();
creaseVectors
[
rgbaIndex
+
1
]
=
nodes
[
1
].
getIndex
();
//todo percent to moment arm here?
}
globals
.
gpuMath
.
initTextureFromData
(
"
u_creaseVectors
"
,
textureDimCreases
,
textureDimCreases
,
"
FLOAT
"
,
creaseVectors
,
true
);
}
...
...
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