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
ced4f4b8
Commit
ced4f4b8
authored
May 15, 2017
by
amandaghassaei
Browse files
eod
parent
3f8cfa37
Changes
2
Hide whitespace changes
Inline
Side-by-side
index.html
View file @
ced4f4b8
...
...
@@ -504,7 +504,7 @@
</label>
<label
class=
"radio"
>
<input
name=
"simType"
value=
"static"
data-toggle=
"radio"
class=
"custom-radio"
type=
"radio"
><span
class=
"icons"
><span
class=
"icon-unchecked"
></span><span
class=
"icon-checked"
></span></span>
Compliant Static Simulation
(not finished yet)
<a
class=
"about floatRight"
href=
"#"
id=
"aboutStaticSim"
><span
class=
"fui-question-circle"
></span></a>
Compliant Static Simulation
<a
class=
"about floatRight"
href=
"#"
id=
"aboutStaticSim"
><span
class=
"fui-question-circle"
></span></a>
</label>
</div><br/>
<label
class=
"checkbox"
for=
"userInteractionEnabled"
>
...
...
js/threeView.js
View file @
ced4f4b8
...
...
@@ -96,6 +96,7 @@ function initThreeView(globals) {
}
function
render
()
{
console
.
log
(
"
here
"
);
if
(
!
animationRunning
)
{
console
.
log
(
"
render
"
);
_render
();
...
...
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