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
8ed24ea8
Commit
8ed24ea8
authored
Mar 27, 2017
by
amandaghassaei
Browse files
small changes
parent
3385e7bf
Changes
2
Hide whitespace changes
Inline
Side-by-side
index.html
View file @
8ed24ea8
...
...
@@ -329,23 +329,23 @@
<div
id=
"threeContainer"
></div>
<canvas
id=
"gpuMathCanvas"
></canvas>
<div
id=
"controlsLeft"
class=
"flipped"
>
<div>
3D View:
<div
class=
"indent"
>
<label
class=
"checkbox"
for=
"dynamic"
>
<input
id=
"dynamic"
data-toggle=
"checkbox"
class=
"custom-checkbox layersSelector"
type=
"checkbox"
><span
class=
"icons"
><span
class=
"icon-unchecked"
></span><span
class=
"icon-checked"
></span></span>
Dynamic Simulation
</label>
<label
class=
"checkbox"
for=
"static"
>
<input
id=
"static"
data-toggle=
"checkbox"
class=
"custom-checkbox layersSelector"
type=
"checkbox"
><span
class=
"icons"
><span
class=
"icon-unchecked"
></span><span
class=
"icon-checked"
></span></span>
Static Simulation
</label>
<label
class=
"checkbox"
for=
"schematic"
>
<input
id=
"schematic"
data-toggle=
"checkbox"
class=
"custom-checkbox layersSelector"
type=
"checkbox"
><span
class=
"icons"
><span
class=
"icon-unchecked"
></span><span
class=
"icon-checked"
></span></span>
Crease Pattern
</label>
</div>
</div>
<!--
<div>
-->
<!--
3D View:
-->
<!--
<div class="indent">
-->
<!--
<label class="checkbox" for="dynamic">
-->
<!--
<input id="dynamic" data-toggle="checkbox" class="custom-checkbox layersSelector" type="checkbox"><span class="icons"><span class="icon-unchecked"></span><span class="icon-checked"></span></span>
-->
<!--
Dynamic Simulation
-->
<!--
</label>
-->
<!--
<label class="checkbox" for="static">
-->
<!--
<input id="static" data-toggle="checkbox" class="custom-checkbox layersSelector" type="checkbox"><span class="icons"><span class="icon-unchecked"></span><span class="icon-checked"></span></span>
-->
<!--
Static Simulation
-->
<!--
</label>
-->
<!--
<label class="checkbox" for="schematic">
-->
<!--
<input id="schematic" data-toggle="checkbox" class="custom-checkbox layersSelector" type="checkbox"><span class="icons"><span class="icon-unchecked"></span><span class="icon-checked"></span></span>
-->
<!--
Crease Pattern
-->
<!--
</label>
-->
<!--
</div>
-->
<!--
</div>
-->
<br/><br/>
<div
class=
"dynamicSim"
>
<div
class=
"paddingBottom"
>
Dynamic Sim Settings:
</div>
...
...
js/globals.js
View file @
8ed24ea8
...
...
@@ -25,7 +25,7 @@ function initGlobals(){
//sim settings
creasePercent
:
0
,
axialStiffness
:
100
,
creaseStiffness
:
1
,
creaseStiffness
:
30
,
panelStiffness
:
1
,
//dynamic sim settings
...
...
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