Skip to content

Commit

Permalink
Main feature: Properties window
Browse files Browse the repository at this point in the history
Added properties window, and edge properties
Editable properties
Fix context menu selection with a zoomed view
Add modifier creation to edge context menu
Create SinCurve modifier
Add helper functions to Vertex class
Add editorElement() function to EdgeModifier interface
Recolor processed vertices
  • Loading branch information
jmickle66666666 committed Dec 27, 2018
1 parent 9749fd6 commit 42b324d
Show file tree
Hide file tree
Showing 14 changed files with 496 additions and 41 deletions.
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
<div id="infopanel">

<h1>welcome,, to <img src="logo.png" width="100%"></h1>

<div id="properties"></div>


<img src="icons/vertexmode.png" class="hidden" id="vertexmode">
Expand Down
235 changes: 218 additions & 17 deletions js/jzbuilder.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/jzbuilder.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 42b324d

Please sign in to comment.