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
83284caa
Commit
83284caa
authored
May 04, 2017
by
amandaghassaei
Browse files
eod'
parent
c7a6988e
Changes
3
Hide whitespace changes
Inline
Side-by-side
css/main.css
View file @
83284caa
...
...
@@ -225,6 +225,10 @@ span.modal-close{
color
:
#666
;
}
.modal-footer
.btn
+
.btn
{
background
:
#eee
;
}
.radio
.icon-checked
{
transition-duration
:
0s
;
}
...
...
js/saveSTL.js
View file @
83284caa
...
...
@@ -16,4 +16,5 @@ function saveSTL(){
if
(
!
stlBin
)
return
;
var
blob
=
new
Blob
([
stlBin
],
{
type
:
'
application/octet-binary
'
});
saveAs
(
blob
,
"
Origami :
"
+
parseInt
(
globals
.
creasePercent
*
100
)
+
"
PercentFolded.stl
"
);
$
(
"
#exportSTLModal
"
).
modal
(
"
hide
"
);
}
\ No newline at end of file
js/threeView.js
View file @
83284caa
...
...
@@ -49,7 +49,7 @@ function initThreeView(globals) {
//scene.fog = new THREE.FogExp2(0xf4f4f4, 1.7);
//renderer.setClearColor(scene.fog.color);
camera
.
zoom
=
1
5
;
camera
.
zoom
=
1
;
camera
.
updateProjectionMatrix
();
camera
.
position
.
x
=
4000
;
camera
.
position
.
y
=
4000
;
...
...
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