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
ad1ab187
Commit
ad1ab187
authored
May 07, 2017
by
amandaghassaei
Browse files
small changes
parent
37927c20
Changes
2
Hide whitespace changes
Inline
Side-by-side
css/nav.css
View file @
ad1ab187
...
...
@@ -27,6 +27,7 @@
border-radius
:
0
;
padding
:
0
;
margin
:
0
;
padding-bottom
:
3px
;
}
.navbar-inverse
.navbar-nav
>
.open
>
.dropdown-menu
>
li
>
a
{
-webkit-border-radius
:
0
!important
;
...
...
@@ -85,7 +86,7 @@ img{
.dropdown-submenu
a
{
height
:
32px
;
padding-bottom
:
1
6
px
;
padding-bottom
:
1
8
px
;
color
:
#e1e4e7
!important
;
white-space
:
normal
;
}
...
...
@@ -117,6 +118,7 @@ img{
margin-top
:
0
;
margin-left
:
-1px
;
border-radius
:
0
;
padding-bottom
:
3px
;
/*-webkit-border-radius: 0 6px 6px 6px;*/
/*-moz-border-radius: 0 6px 6px;*/
/*border-radius: 0 6px 6px 6px;*/
...
...
js/pattern.js
View file @
ad1ab187
...
...
@@ -207,6 +207,7 @@ function initPattern(globals){
var
allEdges
=
outlines
.
concat
(
mountains
).
concat
(
valleys
).
concat
(
cuts
).
concat
(
triangulationsRaw
);
polygons
=
findPolygons
(
allEdges
);
console
.
log
(
polygons
[
0
]);
var
faces
=
triangulatePolys
(
polygons
,
allEdges
);
var
allCreaseParams
=
getFacesAndVerticesForEdges
(
faces
,
allEdges
);
...
...
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