Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Amanda Ghassaei
OrigamiSimulator
Commits
2ef7e119
Commit
2ef7e119
authored
Apr 30, 2017
by
amandaghassaei
Browse files
small changes
parent
680a3fd7
Changes
2
Hide whitespace changes
Inline
Side-by-side
index.html
View file @
2ef7e119
...
...
@@ -283,6 +283,8 @@
<script
type=
"text/javascript"
src=
"dependencies/earcut.js"
></script>
<script
type=
"text/javascript"
src=
"dependencies/numeric-1.2.6.js"
></script>
<script
type=
"text/javascript"
src=
"js/dynamic/GLBoilerplate.js"
></script>
<script
type=
"text/javascript"
src=
"js/dynamic/GPUMath.js"
></script>
<script
type=
"text/javascript"
src=
"js/controls.js"
></script>
<script
type=
"text/javascript"
src=
"js/threeView.js"
></script>
<script
type=
"text/javascript"
src=
"js/globals.js"
></script>
...
...
@@ -292,8 +294,6 @@
<script
type=
"text/javascript"
src=
"js/model.js"
></script>
<script
type=
"text/javascript"
src=
"js/staticSolver.js"
></script>
<script
type=
"text/javascript"
src=
"js/dynamic/dynamicModel.js"
></script>
<script
type=
"text/javascript"
src=
"js/dynamic/GLBoilerplate.js"
></script>
<script
type=
"text/javascript"
src=
"js/dynamic/GPUMath.js"
></script>
<script
type=
"text/javascript"
src=
"js/pattern.js"
></script>
<script
type=
"text/javascript"
src=
"js/main.js"
></script>
...
...
js/staticSolver.js
View file @
2ef7e119
...
...
@@ -59,6 +59,7 @@ function initStaticSolver(){
}
function
solveStep
(){
console
.
log
(
"
static solve
"
);
if
(
fixedIndicesMapping
.
length
==
0
){
//no boundary conditions
var
X
=
initEmptyArray
(
numVerticesFree
*
3
);
render
(
X
);
...
...
Write
Preview
Markdown
is supported
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