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
bbc6321e
Commit
bbc6321e
authored
Jun 02, 2017
by
amandaghassaei
Browse files
more crease patterns
parent
2cc2160b
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
assets/SimpleFolds/simpleVertex.svg
0 → 100644
View file @
bbc6321e
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg
version=
"1.1"
id=
"Layer_1"
xmlns=
"http://www.w3.org/2000/svg"
xmlns:xlink=
"http://www.w3.org/1999/xlink"
x=
"0px"
y=
"0px"
width=
"3456px"
height=
"6912px"
viewBox=
"0 0 3456 6912"
enable-background=
"new 0 0 3456 6912"
xml:space=
"preserve"
>
<path
fill=
"#FFFFFF"
stroke=
"#000000"
stroke-miterlimit=
"10"
d=
"M2545.941,2362.354H493V309.412h2052.941V2362.354z"
/>
<path
fill=
"none"
stroke=
"#FF0000"
stroke-miterlimit=
"10"
d=
"M493,1335.882h2052.941 M1519.471,309.412v1026.471"
/>
<path
fill=
"none"
stroke=
"#0000FF"
stroke-miterlimit=
"10"
d=
"M1519.471,1335.882v1026.472"
/>
</svg>
assets/Tessellations/huffmanExdentedBoxes.svg
0 → 100644
View file @
bbc6321e
This diff is collapsed.
Click to expand it.
index.html
View file @
bbc6321e
...
...
@@ -583,6 +583,7 @@
<li><a
href=
"#"
class=
"demo"
data-url=
"Tessellations/huffmanWaterbomb.svg"
>
Huffman Waterbombs
</a></li>
<li><a
href=
"#"
class=
"demo"
data-url=
"Tessellations/huffmanRectangularWeave.svg"
>
Huffman Rect Weave
</a></li>
<li><a
href=
"#"
class=
"demo"
data-url=
"Tessellations/huffmanStarsTriangles.svg"
>
Huffman Stars-Triangles
</a></li>
<li><a
href=
"#"
class=
"demo"
data-url=
"Tessellations/huffmanExdentedBoxes.svg"
>
Huffman Exdented Boxes
</a></li>
<li
class=
"divider"
></li>
<li><a
href=
"#"
class=
"demo"
data-url=
"Tessellations/reschTriTessellation.svg"
>
Resch Triangle Tessellation
</a></li>
<li
class=
"divider"
></li>
...
...
@@ -597,6 +598,12 @@
<li><a
href=
"#"
class=
"demo"
data-url=
"Curved/huffmanTower.svg"
>
Huffman Tower
</a></li>
</ul>
</li>
<li
class=
"dropdown-submenu"
>
<a
tabindex=
"-1"
>
Simple Folds
<span
class=
"pull-right fui-arrow-right"
></span></a>
<ul
class=
"dropdown-menu"
>
<li><a
href=
"#"
class=
"demo"
data-url=
"SimpleFolds/simpleVertex.svg"
>
Simple Vertex
</a></li>
</ul>
</li>
<li
class=
"divider"
></li>
<li
class=
"dropdown-submenu"
>
<a
tabindex=
"-1"
>
Problematic Patterns
<span
class=
"pull-right fui-arrow-right"
></span></a>
...
...
js/globals.js
View file @
bbc6321e
...
...
@@ -49,7 +49,7 @@ function initGlobals(){
triStiffness
:
1
,
//dynamic sim settings
percentDamping
:
0.5
,
percentDamping
:
0.
7
5
,
density
:
1
,
strainClip
:
5.0
,
//for strain visualization, % strain that is drawn red
...
...
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