Skip to content
GitLab
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
e8e67c75
Commit
e8e67c75
authored
May 08, 2017
by
amandaghassaei
Browse files
moving stuff around
parent
e33e7e4a
Changes
1
Hide whitespace changes
Inline
Side-by-side
index.html
View file @
e8e67c75
...
...
@@ -480,6 +480,17 @@
<div
id=
"threeContainer"
></div>
<canvas
id=
"gpuMathCanvas"
></canvas>
<div
id=
"controls"
>
<div>
<a
href=
"#"
id=
"reset"
class=
"btn floatRight btn-lg btn-default"
>
Reset
</a>
<a
href=
"#"
id=
"start"
class=
"btn floatRight btn-lg btn-success"
>
Start Simulation
</a>
<a
href=
"#"
id=
"pause"
class=
"btn floatRight btn-lg btn-warning"
>
Pause Simulation
</a>
<br/><br/>
<div
id=
"stepForwardOptions"
class=
"floatRight"
>
Num Steps:
<input
id=
"numSteps"
value=
"100"
placeholder=
""
class=
"form-control"
type=
"text"
>
<a
href=
"#"
id=
"stepForward"
class=
"btn btn-lg btn-default"
>
Step Forward
</a>
<br/><br/>
</div><br/>
</div>
<b>
Simulation Type:
</b><br/>
<div
class=
"indent"
>
<label
class=
"radio"
>
...
...
@@ -521,14 +532,7 @@
<b>
Animation Settings:
</b><br/>
<span
class=
"floatRight"
>
Δ
t =
<span
id=
"deltaT"
></span>
seconds
</span><br/><br/>
<a
href=
"#"
id=
"shouldCenterGeo"
class=
"btn btn-lg btn-default"
>
Re-center geometry
</a><br/><br/>
<a
href=
"#"
id=
"reset"
class=
"btn btn-lg btn-default"
>
Reset
</a>
<a
href=
"#"
id=
"start"
class=
"btn btn-lg btn-success"
>
Start Simulation
</a>
<a
href=
"#"
id=
"pause"
class=
"btn btn-lg btn-warning"
>
Pause Simulation
</a>
<br/><br/>
<div
id=
"stepForwardOptions"
class=
"floatRight"
>
Num Steps:
<input
id=
"numSteps"
value=
"100"
placeholder=
""
class=
"form-control"
type=
"text"
>
<a
href=
"#"
id=
"stepForward"
class=
"btn btn-lg btn-default"
>
Step Forward
</a>
</div>
<br/><br/>
<div
class=
"extraSpace"
></div>
</div>
...
...
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