Syncing docs to grab updated README: What's New

...adding trochoids & projection drawing magic tools
This commit is contained in:
Bill Kendrick 2024-01-13 18:27:16 -08:00
parent 57a0b363bb
commit b08e352457
12 changed files with 198 additions and 0 deletions

View file

@ -237,6 +237,21 @@
<dt>3-point Perspective (vanishing point) Magic tool</dt>
<dd>A pair of tools that allow you to set three vanishing points, and then draw lines in 3-point perspective.</dd>
<dt>Isometric Magic tool</dt>
<dd>A tool that draws lines in an isometric projection.</dd>
<dt>Dimetric Magic tool</dt>
<dd>A pair of tools that allow you to set an angle, and then draw lines in a dimetric projection.</dd>
<dt>Trimetric Magic tool</dt>
<dd>A pair of tools that allow you to set two angles, and then draw lines in a trimetric projection.</dd>
<dt>Oblique Magic tool</dt>
<dd>A pair of tools that allow you to set an angles, and then draw lines in an oblique projection.</dd>
<dt>Epitrochoid and Hypotrochoid Magic tools</dt>
<dd>Tools that create centered trochoid curved patterns.</dd>
<dt>New "complexity" setting (<code>complexity</code>)</dd>
<dt>A new setting that allows certain Magic tools to behave differently (or remove their availability altogether) based on the expertise-level of the user. The new "N-point Perspective" tools and "Clone" tool are affected by this setting.</dt>