Updating docs (new 3-pt persp. tool)

This commit is contained in:
Bill Kendrick 2023-12-23 10:51:08 -08:00
parent 3586784659
commit c9e515017f
97 changed files with 683 additions and 185 deletions

View file

@ -102,7 +102,7 @@
</p>
<p>
December 22, 2023 </p>
December 23, 2023 </p>
</center>
</header>
<table border="2"
@ -234,6 +234,8 @@
<dt>2-point Perspective (vanishing point) Magic tool</dt>
<dd>A pair of tools that allow you to set two vanishing points, and then draw lines in 2-point perspective.</dd>
<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>Font details shown when selected</dt>
<dd>The name and size of the selected font are shown when using the Text and Label tools.</dd>

View file

@ -102,7 +102,7 @@
</p>
<p>
diciembre 22, 2023 </p>
diciembre 23, 2023 </p>
</center>
</header>
<table border="2"
@ -234,6 +234,8 @@
<dt>2-point Perspective (vanishing point) Magic tool</dt>
<dd>A pair of tools that allow you to set two vanishing points, and then draw lines in 2-point perspective.</dd>
<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>Font details shown when selected</dt>
<dd>The name and size of the selected font are shown when using the Text and Label tools.</dd>

View file

@ -1047,7 +1047,7 @@
... pour crée l'application <code>TuxPaint.app</code> qui peut être exécutée sur place ou copiée sur <code>/Applications</code>. Pour créer le fichier DMG pour la distribution, faites 'make TuxPaint.dmg'. </p>
<p>
Additional steps are required when building a Unviersal Binary. See "Building a Universal Binary" below. </p>
Des étapes supplémentaires sont nécessaires pour construire un 'Universal Binary'. Voyez "Construire un Universal Binary" ci-dessous. </p>
</section><!-- H3: How to Build -->
<section class="indent"><!-- H3: Known Issues -->
@ -1134,7 +1134,7 @@
</header>
<p>
To build Tux Paint as a Universal Binary, compile Tux Paint for the Intel CPU and the Apple Silicon separately first. Then rename the app bundle for the Intel CPU to TuxPaint-x86_64.app, and the bundle for the Apple Silicon to TuxPaint-arm64.app, copy the app bundle from the Intel machine to the Apple Silicon machine, then use the provided <code>build-universal.sh</code> script to combine the two application bundles as below. The DMG file can be built afterwards: <blockquote>
Pour fabriquer Tux Paint en tant que 'Universal Binary', compilez Tux Paint pour le CPU Intel et pour le Apple Silicon, chacun séparément. Puis renommez l'ensemble pour le CPU Intel en TuxPaint-x86_64.app et l'ensemble pour le Apple Silicon en TuxPaint-arm64.app. Copiez l'ensemble app pour Intel sur la machine Apple Silicon puis exécutez le script fourni <code>build-universal.sh</code> pour combiner les deux applications comme ci-dessous. Le fichier DMG, s'il est demandé, doit être fabriqué après : <blockquote>
<code>
$ <strong>macos/build-universal.sh</strong><br/>
$ <strong>make</strong> TuxPaint.dmg

View file

@ -102,7 +102,7 @@
</p>
<p>
décembre 22, 2023 </p>
décembre 23, 2023 </p>
</center>
</header>
<table border="2"
@ -228,15 +228,17 @@
</header>
<dl>
<dt>1-point Perspective (vanishing point) Magic tool</dt>
<dd>A pair of tools that allow you to set a vanishing point, and then draw lines in 1-point perspective.</dd>
<dt>Outil Magie avec une perspective à 1 point de fuite</dt>
<dd>Des outils qui permettent de créer un point de fuite, et de dessiner ensuite des lignes avec une perspective à 1 point.</dd>
<dt>2-point Perspective (vanishing point) Magic tool</dt>
<dd>A pair of tools that allow you to set two vanishing points, and then draw lines in 2-point perspective.</dd>
<dt>Outil Magie avec une perspective à 2 points de fuite</dt>
<dd>Des outils qui permettent de créer deux points de fuite, et de dessiner ensuite des lignes avec une perspective à 2 points.</dd>
<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>Font details shown when selected</dt>
<dd>The name and size of the selected font are shown when using the Text and Label tools.</dd>
<dt>Les détails de la police sont affichés lors du choix</dt>
<dd>Le nom et la taille de la police choisie sont montrés quand on utilise les outils Texte et Étiquette.</dd>
</dl>
<p>
@ -1894,7 +1896,7 @@
Tux Paint est présent sur de nombreux media sociaux, où nous annonçons les mises à jour et les oeuvres d'art.
<ul>
<li>
<a href="https://bsky.app/profile/tuxpaint.bsky.social">Follow @tuxpaint.bsky.social on Bluesky</a>
<a href="https://bsky.app/profile/tuxpaint.bsky.social">Suivre @tuxpaint@bsky.social sur Bluesky</a>
</li>
<li>
<a href="http://www.facebook.com/TuxPaint">Suivez Tux Paint sur Facebook</a>
@ -1912,13 +1914,13 @@
<a href="https://www.threads.net/@tuxpaintdevs">Suivre @TuxPaintDevs sur Threads</a>
</li>
<li>
<a href="https://www.tiktok.com/@tuxpaintdevs">Follow @TuxPaintDevs on TikTok</a>
<a href="https://www.tiktok.com/@tuxpaintdevs">Suivre @TuxPaintDevs sur TikTok</a>
</li>
<li>
<a href="https://tuxpaint.tumblr.com/">Suivre Tux Paint sur Tumblr</a>
</li>
<li>
<a href="https://www.youtube.com/@TuxPaintOfficial">Subscribe to @TuxPaintOfficial on YoUTube</a>
<a href="https://www.youtube.com/@TuxPaintOfficial">Souscrivez à @TuxPaintOfficial sur YoUTube</a>
</li>
</ul>
</p>

View file

@ -102,7 +102,7 @@
</p>
<p>
22 de Decembro de 2023 </p>
23 de Decembro de 2023 </p>
</center>
</header>
<table border="2"
@ -234,6 +234,8 @@
<dt>2-point Perspective (vanishing point) Magic tool</dt>
<dd>A pair of tools that allow you to set two vanishing points, and then draw lines in 2-point perspective.</dd>
<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>Font details shown when selected</dt>
<dd>The name and size of the selected font are shown when using the Text and Label tools.</dd>

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

View file

@ -102,7 +102,7 @@
</p>
<p>
desember 22, 2023 </p>
desember 23, 2023 </p>
</center>
</header>
<table border="2"
@ -234,6 +234,8 @@
<dt>2-point Perspective (vanishing point) Magic tool</dt>
<dd>A pair of tools that allow you to set two vanishing points, and then draw lines in 2-point perspective.</dd>
<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>Font details shown when selected</dt>
<dd>The name and size of the selected font are shown when using the Text and Label tools.</dd>

View file

@ -102,7 +102,7 @@
</p>
<p>
2023年12月22</p>
2023年12月23</p>
</center>
</header>
<table border="2"
@ -234,6 +234,8 @@
<dt>2-point Perspective (vanishing point) Magic tool</dt>
<dd>A pair of tools that allow you to set two vanishing points, and then draw lines in 2-point perspective.</dd>
<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>Font details shown when selected</dt>
<dd>The name and size of the selected font are shown when using the Text and Label tools.</dd>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1 KiB

View file

@ -10,7 +10,8 @@ choose your vanishing point.
This tool is operated in a freehand fashion.
See also: 1-Point Select, 2-Point Draw, 2-Point Select, & Perspective.
See also: 1-Point Select, 2-Point Draw, 2-Point Select, 3-Point Draw, 3-Point
Select, & Perspective.
-------------------------------------------------------------------------------

View file

@ -9,7 +9,8 @@ Click (and drag) to position the vanishing point that will be used with the
This tool is operated in a freehand fashion.
See also: 1-Point Draw, 2-Point Draw, 2-Point Select, & Perspective.
See also: 1-Point Draw, 2-Point Draw, 2-Point Select, 3-Point Draw, 3-Point
Select, & Perspective.
-------------------------------------------------------------------------------

View file

@ -10,7 +10,8 @@ two vanishing points, or a line perpendicular to that "horizon".
This tool is operated in a freehand fashion.
See also: 1-Point Draw, 1-Point Select, 2-Point Select, & Perspective.
See also: 1-Point Draw, 1-Point Select, 2-Point Select, 3-Point Draw, 3-Point
Select, & Perspective.
-------------------------------------------------------------------------------

View file

@ -9,7 +9,8 @@ the "2-Point Draw" tool.
This tool is operated in a freehand fashion.
See also: 1-Point Draw, 1-Point Select, 2-Point Draw, & Perspective.
See also: 1-Point Draw, 1-Point Select, 2-Point Draw, 3-Point Draw, 3-Point
Select, & Perspective.
-------------------------------------------------------------------------------

View file

@ -0,0 +1,19 @@
Tux Paint "Magic" Tool: 3-Point Draw
Group: Painting
Author: Bill Kendrick <bill@newbreedsoftware.com>
Click and drag to draw with 3-point perspective. Lines will only go towards
your three vanishing points, or aligned with the "horizon" defined by two of
the vanishing points.
This tool is operated in a freehand fashion.
See also: 1-Point Draw, 1-Point Select, 2-Point Draw, 2-Point Select, 3-Point
Select, & Perspective.
-------------------------------------------------------------------------------
Tux Paint 0.9.32

View file

@ -0,0 +1,18 @@
Tux Paint "Magic" Tool: 3-Point Select
Group: Painting
Author: Bill Kendrick <bill@newbreedsoftware.com>
Click (and drag) to position the three vanishing points that will be used with
the "3-Point Draw" tool.
This tool is operated in a freehand fashion.
See also: 1-Point Draw, 1-Point Select, 2-Point Draw, 2-Point Select, 3-Point
Draw, & Perspective.
-------------------------------------------------------------------------------
Tux Paint 0.9.32

View file

@ -10,7 +10,7 @@ Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftwa
<p>Click and drag to draw with 1-point perspective. Lines will only go towards your vanishing point, or be horizontal or vertical. Use "1-Point Select" to choose your vanishing point.</p>
<p align=center><img src="../../../html/images/magic_examples/1pt_perspective.png"></p>
<p>This tool is operated in a freehand fashion.</p>
<p>See also: <a href="1pt_perspective_select.html">1-Point Select</a>, <a href="2pt_perspective.html">2-Point Draw</a>, <a href="2pt_perspective_select.html">2-Point Select</a>, &amp; <a href="perspective.html">Perspective</a>.</p>
<p>See also: <a href="1pt_perspective_select.html">1-Point Select</a>, <a href="2pt_perspective.html">2-Point Draw</a>, <a href="2pt_perspective_select.html">2-Point Select</a>, <a href="3pt_perspective.html">3-Point Draw</a>, <a href="3pt_perspective_select.html">3-Point Select</a>, &amp; <a href="perspective.html">Perspective</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.32</p>
</body></html>

View file

@ -9,7 +9,7 @@
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>Click (and drag) to position the vanishing point that will be used with the "1-Point Draw" tool.</p>
<p>This tool is operated in a freehand fashion.</p>
<p>See also: <a href="1pt_perspective.html">1-Point Draw</a>, <a href="2pt_perspective.html">2-Point Draw</a>, <a href="2pt_perspective_select.html">2-Point Select</a>, &amp; <a href="perspective.html">Perspective</a>.</p>
<p>See also: <a href="1pt_perspective.html">1-Point Draw</a>, <a href="2pt_perspective.html">2-Point Draw</a>, <a href="2pt_perspective_select.html">2-Point Select</a>, <a href="3pt_perspective.html">3-Point Draw</a>, <a href="3pt_perspective_select.html">3-Point Select</a>, &amp; <a href="perspective.html">Perspective</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.32</p>
</body></html>

View file

@ -10,7 +10,7 @@ Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftwa
<p>Click and drag to draw with 2-point perspective. Lines will only go towards your two vanishing points, or aligned with either the "horizon" defined by the two vanishing points, or a line perpendicular to that "horizon".</p>
<p align=center><img src="../../../html/images/magic_examples/2pt_perspective.png"></p>
<p>This tool is operated in a freehand fashion.</p>
<p>See also: <a href="1pt_perspective.html">1-Point Draw</a>, <a href="1pt_perspective_select.html">1-Point Select</a>, <a href="2pt_perspective_select.html">2-Point Select</a>, &amp; <a href="perspective.html">Perspective</a>.</p>
<p>See also: <a href="1pt_perspective.html">1-Point Draw</a>, <a href="1pt_perspective_select.html">1-Point Select</a>, <a href="2pt_perspective_select.html">2-Point Select</a>, <a href="3pt_perspective.html">3-Point Draw</a>, <a href="3pt_perspective_select.html">3-Point Select</a>, &amp; <a href="perspective.html">Perspective</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.32</p>
</body></html>

View file

@ -9,7 +9,7 @@
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>Click (and drag) to position the two vanishing points that will be used with the "2-Point Draw" tool.</p>
<p>This tool is operated in a freehand fashion.</p>
<p>See also: <a href="1pt_perspective.html">1-Point Draw</a>, <a href="1pt_perspective_select.html">1-Point Select</a>, <a href="2pt_perspective.html">2-Point Draw</a>, &amp; <a href="perspective.html">Perspective</a>.</p>
<p>See also: <a href="1pt_perspective.html">1-Point Draw</a>, <a href="1pt_perspective_select.html">1-Point Select</a>, <a href="2pt_perspective.html">2-Point Draw</a>, <a href="3pt_perspective.html">3-Point Draw</a>, <a href="3pt_perspective_select.html">3-Point Select</a>, &amp; <a href="perspective.html">Perspective</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.32</p>
</body></html>

View file

@ -0,0 +1,16 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: 3-Point Draw</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
<h1 align="center">Tux Paint "Magic" Tool: 3-Point Draw</h1>
<h2 align="center">Group: Painting</h2>
<h3 align="center">Author:
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>Click and drag to draw with 3-point perspective. Lines will only go towards your three vanishing points, or aligned with the "horizon" defined by two of the vanishing points.</p>
<p align=center><img src="../../../html/images/magic_examples/3pt_perspective.png"></p>
<p>This tool is operated in a freehand fashion.</p>
<p>See also: <a href="1pt_perspective.html">1-Point Draw</a>, <a href="1pt_perspective_select.html">1-Point Select</a>, <a href="2pt_perspective.html">2-Point Draw</a>, <a href="2pt_perspective_select.html">2-Point Select</a>, <a href="3pt_perspective_select.html">3-Point Select</a>, &amp; <a href="perspective.html">Perspective</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.32</p>
</body></html>

View file

@ -0,0 +1,15 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: 3-Point Select</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
<h1 align="center">Tux Paint "Magic" Tool: 3-Point Select</h1>
<h2 align="center">Group: Painting</h2>
<h3 align="center">Author:
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>Click (and drag) to position the three vanishing points that will be used with the "3-Point Draw" tool.</p>
<p>This tool is operated in a freehand fashion.</p>
<p>See also: <a href="1pt_perspective.html">1-Point Draw</a>, <a href="1pt_perspective_select.html">1-Point Select</a>, <a href="2pt_perspective.html">2-Point Draw</a>, <a href="2pt_perspective_select.html">2-Point Select</a>, <a href="3pt_perspective.html">3-Point Draw</a>, &amp; <a href="perspective.html">Perspective</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.32</p>
</body></html>

View file

@ -75,6 +75,8 @@
<li><a href="1pt_perspective_select.html">1-Point Select</a></li>
<li><a href="2pt_perspective.html">2-Point Draw</a></li>
<li><a href="2pt_perspective_select.html">2-Point Select</a></li>
<li><a href="3pt_perspective.html">3-Point Draw</a></li>
<li><a href="3pt_perspective_select.html">3-Point Select</a></li>
<li><a href="bricks.html">Bricks</a></li>
<li><a href="calligraphy.html">Calligraphy</a></li>
<li><a href="confetti.html">Confetti</a></li>

View file

@ -71,6 +71,8 @@ Painting
* 1-Point Select
* 2-Point Draw
* 2-Point Select
* 3-Point Draw
* 3-Point Select
* Bricks
* Calligraphy
* Confetti

View file

@ -10,7 +10,8 @@ choose your vanishing point.
This tool is operated in a freehand fashion.
See also: 1-Point Select, 2-Point Draw, 2-Point Select, & Perspective.
See also: 1-Point Select, 2-Point Draw, 2-Point Select, 3-Point Draw, 3-Point
Select, & Perspective.
-------------------------------------------------------------------------------

View file

@ -9,7 +9,8 @@ Click (and drag) to position the vanishing point that will be used with the
This tool is operated in a freehand fashion.
See also: 1-Point Draw, 2-Point Draw, 2-Point Select, & Perspective.
See also: 1-Point Draw, 2-Point Draw, 2-Point Select, 3-Point Draw, 3-Point
Select, & Perspective.
-------------------------------------------------------------------------------

View file

@ -10,7 +10,8 @@ two vanishing points, or a line perpendicular to that "horizon".
This tool is operated in a freehand fashion.
See also: 1-Point Draw, 1-Point Select, 2-Point Select, & Perspective.
See also: 1-Point Draw, 1-Point Select, 2-Point Select, 3-Point Draw, 3-Point
Select, & Perspective.
-------------------------------------------------------------------------------

View file

@ -9,7 +9,8 @@ the "2-Point Draw" tool.
This tool is operated in a freehand fashion.
See also: 1-Point Draw, 1-Point Select, 2-Point Draw, & Perspective.
See also: 1-Point Draw, 1-Point Select, 2-Point Draw, 3-Point Draw, 3-Point
Select, & Perspective.
-------------------------------------------------------------------------------

View file

@ -0,0 +1,19 @@
Tux Paint "Magic" Tool: 3-Point Draw
Group: Painting
Author: Bill Kendrick <bill@newbreedsoftware.com>
Click and drag to draw with 3-point perspective. Lines will only go towards
your three vanishing points, or aligned with the "horizon" defined by two of
the vanishing points.
This tool is operated in a freehand fashion.
See also: 1-Point Draw, 1-Point Select, 2-Point Draw, 2-Point Select, 3-Point
Select, & Perspective.
-------------------------------------------------------------------------------
Tux Paint 0.9.32

View file

@ -0,0 +1,18 @@
Tux Paint "Magic" Tool: 3-Point Select
Group: Painting
Author: Bill Kendrick <bill@newbreedsoftware.com>
Click (and drag) to position the three vanishing points that will be used with
the "3-Point Draw" tool.
This tool is operated in a freehand fashion.
See also: 1-Point Draw, 1-Point Select, 2-Point Draw, 2-Point Select, 3-Point
Draw, & Perspective.
-------------------------------------------------------------------------------
Tux Paint 0.9.32

View file

@ -10,7 +10,7 @@ Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftwa
<p>Click and drag to draw with 1-point perspective. Lines will only go towards your vanishing point, or be horizontal or vertical. Use "1-Point Select" to choose your vanishing point.</p>
<p align=center><img src="../../../html/images/magic_examples/1pt_perspective.png"></p>
<p>This tool is operated in a freehand fashion.</p>
<p>See also: <a href="1pt_perspective_select.html">1-Point Select</a>, <a href="2pt_perspective.html">2-Point Draw</a>, <a href="2pt_perspective_select.html">2-Point Select</a>, &amp; <a href="perspective.html">Perspective</a>.</p>
<p>See also: <a href="1pt_perspective_select.html">1-Point Select</a>, <a href="2pt_perspective.html">2-Point Draw</a>, <a href="2pt_perspective_select.html">2-Point Select</a>, <a href="3pt_perspective.html">3-Point Draw</a>, <a href="3pt_perspective_select.html">3-Point Select</a>, &amp; <a href="perspective.html">Perspective</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.32</p>
</body></html>

View file

@ -9,7 +9,7 @@
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>Click (and drag) to position the vanishing point that will be used with the "1-Point Draw" tool.</p>
<p>This tool is operated in a freehand fashion.</p>
<p>See also: <a href="1pt_perspective.html">1-Point Draw</a>, <a href="2pt_perspective.html">2-Point Draw</a>, <a href="2pt_perspective_select.html">2-Point Select</a>, &amp; <a href="perspective.html">Perspective</a>.</p>
<p>See also: <a href="1pt_perspective.html">1-Point Draw</a>, <a href="2pt_perspective.html">2-Point Draw</a>, <a href="2pt_perspective_select.html">2-Point Select</a>, <a href="3pt_perspective.html">3-Point Draw</a>, <a href="3pt_perspective_select.html">3-Point Select</a>, &amp; <a href="perspective.html">Perspective</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.32</p>
</body></html>

View file

@ -10,7 +10,7 @@ Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftwa
<p>Click and drag to draw with 2-point perspective. Lines will only go towards your two vanishing points, or aligned with either the "horizon" defined by the two vanishing points, or a line perpendicular to that "horizon".</p>
<p align=center><img src="../../../html/images/magic_examples/2pt_perspective.png"></p>
<p>This tool is operated in a freehand fashion.</p>
<p>See also: <a href="1pt_perspective.html">1-Point Draw</a>, <a href="1pt_perspective_select.html">1-Point Select</a>, <a href="2pt_perspective_select.html">2-Point Select</a>, &amp; <a href="perspective.html">Perspective</a>.</p>
<p>See also: <a href="1pt_perspective.html">1-Point Draw</a>, <a href="1pt_perspective_select.html">1-Point Select</a>, <a href="2pt_perspective_select.html">2-Point Select</a>, <a href="3pt_perspective.html">3-Point Draw</a>, <a href="3pt_perspective_select.html">3-Point Select</a>, &amp; <a href="perspective.html">Perspective</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.32</p>
</body></html>

View file

@ -9,7 +9,7 @@
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>Click (and drag) to position the two vanishing points that will be used with the "2-Point Draw" tool.</p>
<p>This tool is operated in a freehand fashion.</p>
<p>See also: <a href="1pt_perspective.html">1-Point Draw</a>, <a href="1pt_perspective_select.html">1-Point Select</a>, <a href="2pt_perspective.html">2-Point Draw</a>, &amp; <a href="perspective.html">Perspective</a>.</p>
<p>See also: <a href="1pt_perspective.html">1-Point Draw</a>, <a href="1pt_perspective_select.html">1-Point Select</a>, <a href="2pt_perspective.html">2-Point Draw</a>, <a href="3pt_perspective.html">3-Point Draw</a>, <a href="3pt_perspective_select.html">3-Point Select</a>, &amp; <a href="perspective.html">Perspective</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.32</p>
</body></html>

View file

@ -0,0 +1,16 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: 3-Point Draw</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
<h1 align="center">Tux Paint "Magic" Tool: 3-Point Draw</h1>
<h2 align="center">Group: Painting</h2>
<h3 align="center">Author:
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>Click and drag to draw with 3-point perspective. Lines will only go towards your three vanishing points, or aligned with the "horizon" defined by two of the vanishing points.</p>
<p align=center><img src="../../../html/images/magic_examples/3pt_perspective.png"></p>
<p>This tool is operated in a freehand fashion.</p>
<p>See also: <a href="1pt_perspective.html">1-Point Draw</a>, <a href="1pt_perspective_select.html">1-Point Select</a>, <a href="2pt_perspective.html">2-Point Draw</a>, <a href="2pt_perspective_select.html">2-Point Select</a>, <a href="3pt_perspective_select.html">3-Point Select</a>, &amp; <a href="perspective.html">Perspective</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.32</p>
</body></html>

View file

@ -0,0 +1,15 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: 3-Point Select</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
<h1 align="center">Tux Paint "Magic" Tool: 3-Point Select</h1>
<h2 align="center">Group: Painting</h2>
<h3 align="center">Author:
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>Click (and drag) to position the three vanishing points that will be used with the "3-Point Draw" tool.</p>
<p>This tool is operated in a freehand fashion.</p>
<p>See also: <a href="1pt_perspective.html">1-Point Draw</a>, <a href="1pt_perspective_select.html">1-Point Select</a>, <a href="2pt_perspective.html">2-Point Draw</a>, <a href="2pt_perspective_select.html">2-Point Select</a>, <a href="3pt_perspective.html">3-Point Draw</a>, &amp; <a href="perspective.html">Perspective</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.32</p>
</body></html>

View file

@ -75,6 +75,8 @@
<li><a href="1pt_perspective_select.html">1-Point Select</a></li>
<li><a href="2pt_perspective.html">2-Point Draw</a></li>
<li><a href="2pt_perspective_select.html">2-Point Select</a></li>
<li><a href="3pt_perspective.html">3-Point Draw</a></li>
<li><a href="3pt_perspective_select.html">3-Point Select</a></li>
<li><a href="bricks.html">Bricks</a></li>
<li><a href="calligraphy.html">Calligraphy</a></li>
<li><a href="confetti.html">Confetti</a></li>

View file

@ -71,6 +71,8 @@ Painting
* 1-Point Select
* 2-Point Draw
* 2-Point Select
* 3-Point Draw
* 3-Point Select
* Bricks
* Calligraphy
* Confetti

View file

@ -1,16 +1,18 @@
Outil 'Magie' de Tux Paint : 1-Point Draw
Outil 'Magie' de Tux Paint : Dessin 1 point
Groupe: Peindre
Auteur : Bill Kendrick <bill@newbreedsoftware.com>
Click and drag to draw with 1-point perspective. Lines will only go towards
your vanishing point, or be horizontal or vertical. Use "1-Point Select" to
choose your vanishing point.
Clique et promène la souris pour dessiner des lignes avec une perspective à 1
point de fuite. Les lignes iront uniquement vers le point de fuite, ou bien
seront horizontales ou verticales. Utilise "Choix 1 point" pour choisir le
point de fuite.
Cet outil permet de travailler en mode à main levée.
Voir aussi : 1-Point Select, 2-Point Draw, 2-Point Select, & Perspective.
Voir aussi : Choix 1 point, Dessin 2 points, Choix 2 points, 3-Point Draw,
3-Point Select, & Perspective.
-------------------------------------------------------------------------------

View file

@ -1,15 +1,16 @@
Outil 'Magie' de Tux Paint : 1-Point Select
Outil 'Magie' de Tux Paint : Choix 1 point
Groupe: Peindre
Auteur : Bill Kendrick <bill@newbreedsoftware.com>
Click (and drag) to position the vanishing point that will be used with the
"1-Point Draw" tool.
Clique et promène la souris pour positionner le point de fuite utilisé par
l'outil "Dessin 1 point".
Cet outil permet de travailler en mode à main levée.
Voir aussi : 1-Point Draw, 2-Point Draw, 2-Point Select, & Perspective.
Voir aussi : Dessin 1 point, Dessin 2 points, Choix 2 points, 3-Point Draw,
3-Point Select, & Perspective.
-------------------------------------------------------------------------------

View file

@ -1,16 +1,18 @@
Outil 'Magie' de Tux Paint : 2-Point Draw
Outil 'Magie' de Tux Paint : Dessin 2 points
Groupe: Peindre
Auteur : Bill Kendrick <bill@newbreedsoftware.com>
Click and drag to draw with 2-point perspective. Lines will only go towards
your two vanishing points, or aligned with either the "horizon" defined by the
two vanishing points, or a line perpendicular to that "horizon".
Clique et promène la souris pour dessiner des lignes avec une perspective à 2
points de fuite. Les lignes iront uniquement vers les deux points de fuite, ou
bien seront parallèles par rapport à "l'horizon" défini par les deux points de
fuite, ou bien perpendiculaires à cet "horizon".
Cet outil permet de travailler en mode à main levée.
Voir aussi : 1-Point Draw, 1-Point Select, 2-Point Select, & Perspective.
Voir aussi : Dessin 1 point, Choix 1 point, Choix 2 points, 3-Point Draw,
3-Point Select, & Perspective.
-------------------------------------------------------------------------------

View file

@ -1,15 +1,16 @@
Outil 'Magie' de Tux Paint : 2-Point Select
Outil 'Magie' de Tux Paint : Choix 2 points
Groupe: Peindre
Auteur : Bill Kendrick <bill@newbreedsoftware.com>
Click (and drag) to position the two vanishing points that will be used with
the "2-Point Draw" tool.
Clique et promène la souris pour positionner les deux ponts de fuite qui seront
utilisés dans l'outil "Dessin 2 points".
Cet outil permet de travailler en mode à main levée.
Voir aussi : 1-Point Draw, 1-Point Select, 2-Point Draw, & Perspective.
Voir aussi : Dessin 1 point, Choix 1 point, Dessin 2 points, 3-Point Draw,
3-Point Select, & Perspective.
-------------------------------------------------------------------------------

View file

@ -0,0 +1,19 @@
Outil 'Magie' de Tux Paint : 3-Point Draw
Groupe: Peindre
Auteur : Bill Kendrick <bill@newbreedsoftware.com>
Click and drag to draw with 3-point perspective. Lines will only go towards
your three vanishing points, or aligned with the "horizon" defined by two of
the vanishing points.
Cet outil permet de travailler en mode à main levée.
Voir aussi : Dessin 1 point, Choix 1 point, Dessin 2 points, Choix 2 points,
3-Point Select, & Perspective.
-------------------------------------------------------------------------------
Tux Paint 0.9.32

View file

@ -0,0 +1,18 @@
Outil 'Magie' de Tux Paint : 3-Point Select
Groupe: Peindre
Auteur : Bill Kendrick <bill@newbreedsoftware.com>
Click (and drag) to position the three vanishing points that will be used with
the "3-Point Draw" tool.
Cet outil permet de travailler en mode à main levée.
Voir aussi : Dessin 1 point, Choix 1 point, Dessin 2 points, Choix 2 points,
3-Point Draw, & Perspective.
-------------------------------------------------------------------------------
Tux Paint 0.9.32

View file

@ -1,16 +1,16 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Outil 'Magie' de Tux Paint : 1-Point Draw</title>
<body><html><head><title>Outil 'Magie' de Tux Paint : Dessin 1 point</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
<h1 align="center">Outil 'Magie' de Tux Paint : 1-Point Draw</h1>
<h1 align="center">Outil 'Magie' de Tux Paint : Dessin 1 point</h1>
<h2 align="center">Groupe: Peindre</h2>
<h3 align="center">Auteur :
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>Click and drag to draw with 1-point perspective. Lines will only go towards your vanishing point, or be horizontal or vertical. Use "1-Point Select" to choose your vanishing point.</p>
<p>Clique et promène la souris pour dessiner des lignes avec une perspective à 1 point de fuite. Les lignes iront uniquement vers le point de fuite, ou bien seront horizontales ou verticales. Utilise "Choix 1 point" pour choisir le point de fuite.</p>
<p align=center><img src="../../../html/images/magic_examples/1pt_perspective.png"></p>
<p>Cet outil permet de travailler en mode à main levée.</p>
<p>Voir aussi : <a href="1pt_perspective_select.html">1-Point Select</a>, <a href="2pt_perspective.html">2-Point Draw</a>, <a href="2pt_perspective_select.html">2-Point Select</a>, &amp; <a href="perspective.html">Perspective</a>.</p>
<p>Voir aussi : <a href="1pt_perspective_select.html">Choix 1 point</a>, <a href="2pt_perspective.html">Dessin 2 points</a>, <a href="2pt_perspective_select.html">Choix 2 points</a>, <a href="3pt_perspective.html">3-Point Draw</a>, <a href="3pt_perspective_select.html">3-Point Select</a>, &amp; <a href="perspective.html">Perspective</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.32</p>
</body></html>

View file

@ -1,15 +1,15 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Outil 'Magie' de Tux Paint : 1-Point Select</title>
<body><html><head><title>Outil 'Magie' de Tux Paint : Choix 1 point</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
<h1 align="center">Outil 'Magie' de Tux Paint : 1-Point Select</h1>
<h1 align="center">Outil 'Magie' de Tux Paint : Choix 1 point</h1>
<h2 align="center">Groupe: Peindre</h2>
<h3 align="center">Auteur :
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>Click (and drag) to position the vanishing point that will be used with the "1-Point Draw" tool.</p>
<p>Clique et promène la souris pour positionner le point de fuite utilisé par l'outil "Dessin 1 point".</p>
<p>Cet outil permet de travailler en mode à main levée.</p>
<p>Voir aussi : <a href="1pt_perspective.html">1-Point Draw</a>, <a href="2pt_perspective.html">2-Point Draw</a>, <a href="2pt_perspective_select.html">2-Point Select</a>, &amp; <a href="perspective.html">Perspective</a>.</p>
<p>Voir aussi : <a href="1pt_perspective.html">Dessin 1 point</a>, <a href="2pt_perspective.html">Dessin 2 points</a>, <a href="2pt_perspective_select.html">Choix 2 points</a>, <a href="3pt_perspective.html">3-Point Draw</a>, <a href="3pt_perspective_select.html">3-Point Select</a>, &amp; <a href="perspective.html">Perspective</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.32</p>
</body></html>

View file

@ -1,16 +1,16 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Outil 'Magie' de Tux Paint : 2-Point Draw</title>
<body><html><head><title>Outil 'Magie' de Tux Paint : Dessin 2 points</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
<h1 align="center">Outil 'Magie' de Tux Paint : 2-Point Draw</h1>
<h1 align="center">Outil 'Magie' de Tux Paint : Dessin 2 points</h1>
<h2 align="center">Groupe: Peindre</h2>
<h3 align="center">Auteur :
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>Click and drag to draw with 2-point perspective. Lines will only go towards your two vanishing points, or aligned with either the "horizon" defined by the two vanishing points, or a line perpendicular to that "horizon".</p>
<p>Clique et promène la souris pour dessiner des lignes avec une perspective à 2 points de fuite. Les lignes iront uniquement vers les deux points de fuite, ou bien seront parallèles par rapport à "l'horizon" défini par les deux points de fuite, ou bien perpendiculaires à cet "horizon".</p>
<p align=center><img src="../../../html/images/magic_examples/2pt_perspective.png"></p>
<p>Cet outil permet de travailler en mode à main levée.</p>
<p>Voir aussi : <a href="1pt_perspective.html">1-Point Draw</a>, <a href="1pt_perspective_select.html">1-Point Select</a>, <a href="2pt_perspective_select.html">2-Point Select</a>, &amp; <a href="perspective.html">Perspective</a>.</p>
<p>Voir aussi : <a href="1pt_perspective.html">Dessin 1 point</a>, <a href="1pt_perspective_select.html">Choix 1 point</a>, <a href="2pt_perspective_select.html">Choix 2 points</a>, <a href="3pt_perspective.html">3-Point Draw</a>, <a href="3pt_perspective_select.html">3-Point Select</a>, &amp; <a href="perspective.html">Perspective</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.32</p>
</body></html>

View file

@ -1,15 +1,15 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Outil 'Magie' de Tux Paint : 2-Point Select</title>
<body><html><head><title>Outil 'Magie' de Tux Paint : Choix 2 points</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
<h1 align="center">Outil 'Magie' de Tux Paint : 2-Point Select</h1>
<h1 align="center">Outil 'Magie' de Tux Paint : Choix 2 points</h1>
<h2 align="center">Groupe: Peindre</h2>
<h3 align="center">Auteur :
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>Click (and drag) to position the two vanishing points that will be used with the "2-Point Draw" tool.</p>
<p>Clique et promène la souris pour positionner les deux ponts de fuite qui seront utilisés dans l'outil "Dessin 2 points".</p>
<p>Cet outil permet de travailler en mode à main levée.</p>
<p>Voir aussi : <a href="1pt_perspective.html">1-Point Draw</a>, <a href="1pt_perspective_select.html">1-Point Select</a>, <a href="2pt_perspective.html">2-Point Draw</a>, &amp; <a href="perspective.html">Perspective</a>.</p>
<p>Voir aussi : <a href="1pt_perspective.html">Dessin 1 point</a>, <a href="1pt_perspective_select.html">Choix 1 point</a>, <a href="2pt_perspective.html">Dessin 2 points</a>, <a href="3pt_perspective.html">3-Point Draw</a>, <a href="3pt_perspective_select.html">3-Point Select</a>, &amp; <a href="perspective.html">Perspective</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.32</p>
</body></html>

View file

@ -0,0 +1,16 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Outil 'Magie' de Tux Paint : 3-Point Draw</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
<h1 align="center">Outil 'Magie' de Tux Paint : 3-Point Draw</h1>
<h2 align="center">Groupe: Peindre</h2>
<h3 align="center">Auteur :
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>Click and drag to draw with 3-point perspective. Lines will only go towards your three vanishing points, or aligned with the "horizon" defined by two of the vanishing points.</p>
<p align=center><img src="../../../html/images/magic_examples/3pt_perspective.png"></p>
<p>Cet outil permet de travailler en mode à main levée.</p>
<p>Voir aussi : <a href="1pt_perspective.html">Dessin 1 point</a>, <a href="1pt_perspective_select.html">Choix 1 point</a>, <a href="2pt_perspective.html">Dessin 2 points</a>, <a href="2pt_perspective_select.html">Choix 2 points</a>, <a href="3pt_perspective_select.html">3-Point Select</a>, &amp; <a href="perspective.html">Perspective</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.32</p>
</body></html>

View file

@ -0,0 +1,15 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Outil 'Magie' de Tux Paint : 3-Point Select</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
<h1 align="center">Outil 'Magie' de Tux Paint : 3-Point Select</h1>
<h2 align="center">Groupe: Peindre</h2>
<h3 align="center">Auteur :
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>Click (and drag) to position the three vanishing points that will be used with the "3-Point Draw" tool.</p>
<p>Cet outil permet de travailler en mode à main levée.</p>
<p>Voir aussi : <a href="1pt_perspective.html">Dessin 1 point</a>, <a href="1pt_perspective_select.html">Choix 1 point</a>, <a href="2pt_perspective.html">Dessin 2 points</a>, <a href="2pt_perspective_select.html">Choix 2 points</a>, <a href="3pt_perspective.html">3-Point Draw</a>, &amp; <a href="perspective.html">Perspective</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.32</p>
</body></html>

View file

@ -71,18 +71,20 @@
</ul>
<h2>Peindre</h2>
<ul>
<li><a href="1pt_perspective.html">1-Point Draw</a></li>
<li><a href="1pt_perspective_select.html">1-Point Select</a></li>
<li><a href="2pt_perspective.html">2-Point Draw</a></li>
<li><a href="2pt_perspective_select.html">2-Point Select</a></li>
<li><a href="3pt_perspective.html">3-Point Draw</a></li>
<li><a href="3pt_perspective_select.html">3-Point Select</a></li>
<li><a href="rainbow.html">Arc-en-ciel</a></li>
<li><a href="rainbow_cycle.html">Arc-en-ciel</a></li>
<li><a href="smooth_rainbow.html">Arc-en-ciel doux</a></li>
<li><a href="loops.html">Boucles</a></li>
<li><a href="bricks.html">Briques</a></li>
<li><a href="calligraphy.html">Calligraphie</a></li>
<li><a href="1pt_perspective_select.html">Choix 1 point</a></li>
<li><a href="2pt_perspective_select.html">Choix 2 points</a></li>
<li><a href="confetti.html">Confettis</a></li>
<li><a href="toothpaste.html">Dentifrice</a></li>
<li><a href="1pt_perspective.html">Dessin 1 point</a></li>
<li><a href="2pt_perspective.html">Dessin 2 points</a></li>
<li><a href="smooth.html">Doux</a></li>
<li><a href="wet_paint.html">Effet mouillé</a></li>
<li><a href="fur.html">Fourrure</a></li>

View file

@ -10,7 +10,7 @@ Pere Pujal i Carabantes &lt;<a href="mailto:pere@fornol.no-ip.org">pere@fornol.n
<p>Cliquez et balayez à partir d'un coin pour changer la paerspective de votre dessin.</p>
<p align=center><img src="../../../html/images/magic_examples/perspective.png"></p>
<p>Cet outil permet de travailler en mode à main levée.</p>
<p>Voir aussi : <a href="1pt_perspective.html">1-Point Draw</a>.</p>
<p>Voir aussi : <a href="1pt_perspective.html">Dessin 1 point</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.32</p>
</body></html>

View file

@ -67,18 +67,20 @@ Déformations de l'image
Peindre
* 1-Point Draw
* 1-Point Select
* 2-Point Draw
* 2-Point Select
* 3-Point Draw
* 3-Point Select
* Arc-en-ciel
* Arc-en-ciel
* Arc-en-ciel doux
* Boucles
* Briques
* Calligraphie
* Choix 1 point
* Choix 2 points
* Confettis
* Dentifrice
* Dessin 1 point
* Dessin 2 points
* Doux
* Effet mouillé
* Fourrure

View file

@ -9,7 +9,7 @@ dessin.
Cet outil permet de travailler en mode à main levée.
Voir aussi : 1-Point Draw.
Voir aussi : Dessin 1 point.
-------------------------------------------------------------------------------

View file

@ -10,7 +10,8 @@ choose your vanishing point.
This tool is operated in a freehand fashion.
See also: 1-Point Select, 2-Point Draw, 2-Point Select, & Perspective.
See also: 1-Point Select, 2-Point Draw, 2-Point Select, 3-Point Draw, 3-Point
Select, & Perspective.
-------------------------------------------------------------------------------

View file

@ -9,7 +9,8 @@ Click (and drag) to position the vanishing point that will be used with the
This tool is operated in a freehand fashion.
See also: 1-Point Draw, 2-Point Draw, 2-Point Select, & Perspective.
See also: 1-Point Draw, 2-Point Draw, 2-Point Select, 3-Point Draw, 3-Point
Select, & Perspective.
-------------------------------------------------------------------------------

View file

@ -10,7 +10,8 @@ two vanishing points, or a line perpendicular to that "horizon".
This tool is operated in a freehand fashion.
See also: 1-Point Draw, 1-Point Select, 2-Point Select, & Perspective.
See also: 1-Point Draw, 1-Point Select, 2-Point Select, 3-Point Draw, 3-Point
Select, & Perspective.
-------------------------------------------------------------------------------

View file

@ -9,7 +9,8 @@ the "2-Point Draw" tool.
This tool is operated in a freehand fashion.
See also: 1-Point Draw, 1-Point Select, 2-Point Draw, & Perspective.
See also: 1-Point Draw, 1-Point Select, 2-Point Draw, 3-Point Draw, 3-Point
Select, & Perspective.
-------------------------------------------------------------------------------

View file

@ -0,0 +1,19 @@
Tux Paint "Magic" Tool: 3-Point Draw
Group: Painting
Author: Bill Kendrick <bill@newbreedsoftware.com>
Click and drag to draw with 3-point perspective. Lines will only go towards
your three vanishing points, or aligned with the "horizon" defined by two of
the vanishing points.
This tool is operated in a freehand fashion.
See also: 1-Point Draw, 1-Point Select, 2-Point Draw, 2-Point Select, 3-Point
Select, & Perspective.
-------------------------------------------------------------------------------
Tux Paint 0.9.32

View file

@ -0,0 +1,18 @@
Tux Paint "Magic" Tool: 3-Point Select
Group: Painting
Author: Bill Kendrick <bill@newbreedsoftware.com>
Click (and drag) to position the three vanishing points that will be used with
the "3-Point Draw" tool.
This tool is operated in a freehand fashion.
See also: 1-Point Draw, 1-Point Select, 2-Point Draw, 2-Point Select, 3-Point
Draw, & Perspective.
-------------------------------------------------------------------------------
Tux Paint 0.9.32

View file

@ -10,7 +10,7 @@ Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftwa
<p>Click and drag to draw with 1-point perspective. Lines will only go towards your vanishing point, or be horizontal or vertical. Use "1-Point Select" to choose your vanishing point.</p>
<p align=center><img src="../../../html/images/magic_examples/1pt_perspective.png"></p>
<p>This tool is operated in a freehand fashion.</p>
<p>See also: <a href="1pt_perspective_select.html">1-Point Select</a>, <a href="2pt_perspective.html">2-Point Draw</a>, <a href="2pt_perspective_select.html">2-Point Select</a>, &amp; <a href="perspective.html">Perspective</a>.</p>
<p>See also: <a href="1pt_perspective_select.html">1-Point Select</a>, <a href="2pt_perspective.html">2-Point Draw</a>, <a href="2pt_perspective_select.html">2-Point Select</a>, <a href="3pt_perspective.html">3-Point Draw</a>, <a href="3pt_perspective_select.html">3-Point Select</a>, &amp; <a href="perspective.html">Perspective</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.32</p>
</body></html>

View file

@ -9,7 +9,7 @@
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>Click (and drag) to position the vanishing point that will be used with the "1-Point Draw" tool.</p>
<p>This tool is operated in a freehand fashion.</p>
<p>See also: <a href="1pt_perspective.html">1-Point Draw</a>, <a href="2pt_perspective.html">2-Point Draw</a>, <a href="2pt_perspective_select.html">2-Point Select</a>, &amp; <a href="perspective.html">Perspective</a>.</p>
<p>See also: <a href="1pt_perspective.html">1-Point Draw</a>, <a href="2pt_perspective.html">2-Point Draw</a>, <a href="2pt_perspective_select.html">2-Point Select</a>, <a href="3pt_perspective.html">3-Point Draw</a>, <a href="3pt_perspective_select.html">3-Point Select</a>, &amp; <a href="perspective.html">Perspective</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.32</p>
</body></html>

View file

@ -10,7 +10,7 @@ Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftwa
<p>Click and drag to draw with 2-point perspective. Lines will only go towards your two vanishing points, or aligned with either the "horizon" defined by the two vanishing points, or a line perpendicular to that "horizon".</p>
<p align=center><img src="../../../html/images/magic_examples/2pt_perspective.png"></p>
<p>This tool is operated in a freehand fashion.</p>
<p>See also: <a href="1pt_perspective.html">1-Point Draw</a>, <a href="1pt_perspective_select.html">1-Point Select</a>, <a href="2pt_perspective_select.html">2-Point Select</a>, &amp; <a href="perspective.html">Perspective</a>.</p>
<p>See also: <a href="1pt_perspective.html">1-Point Draw</a>, <a href="1pt_perspective_select.html">1-Point Select</a>, <a href="2pt_perspective_select.html">2-Point Select</a>, <a href="3pt_perspective.html">3-Point Draw</a>, <a href="3pt_perspective_select.html">3-Point Select</a>, &amp; <a href="perspective.html">Perspective</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.32</p>
</body></html>

View file

@ -9,7 +9,7 @@
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>Click (and drag) to position the two vanishing points that will be used with the "2-Point Draw" tool.</p>
<p>This tool is operated in a freehand fashion.</p>
<p>See also: <a href="1pt_perspective.html">1-Point Draw</a>, <a href="1pt_perspective_select.html">1-Point Select</a>, <a href="2pt_perspective.html">2-Point Draw</a>, &amp; <a href="perspective.html">Perspective</a>.</p>
<p>See also: <a href="1pt_perspective.html">1-Point Draw</a>, <a href="1pt_perspective_select.html">1-Point Select</a>, <a href="2pt_perspective.html">2-Point Draw</a>, <a href="3pt_perspective.html">3-Point Draw</a>, <a href="3pt_perspective_select.html">3-Point Select</a>, &amp; <a href="perspective.html">Perspective</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.32</p>
</body></html>

View file

@ -0,0 +1,16 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: 3-Point Draw</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
<h1 align="center">Tux Paint "Magic" Tool: 3-Point Draw</h1>
<h2 align="center">Group: Painting</h2>
<h3 align="center">Author:
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>Click and drag to draw with 3-point perspective. Lines will only go towards your three vanishing points, or aligned with the "horizon" defined by two of the vanishing points.</p>
<p align=center><img src="../../../html/images/magic_examples/3pt_perspective.png"></p>
<p>This tool is operated in a freehand fashion.</p>
<p>See also: <a href="1pt_perspective.html">1-Point Draw</a>, <a href="1pt_perspective_select.html">1-Point Select</a>, <a href="2pt_perspective.html">2-Point Draw</a>, <a href="2pt_perspective_select.html">2-Point Select</a>, <a href="3pt_perspective_select.html">3-Point Select</a>, &amp; <a href="perspective.html">Perspective</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.32</p>
</body></html>

View file

@ -0,0 +1,15 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: 3-Point Select</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
<h1 align="center">Tux Paint "Magic" Tool: 3-Point Select</h1>
<h2 align="center">Group: Painting</h2>
<h3 align="center">Author:
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>Click (and drag) to position the three vanishing points that will be used with the "3-Point Draw" tool.</p>
<p>This tool is operated in a freehand fashion.</p>
<p>See also: <a href="1pt_perspective.html">1-Point Draw</a>, <a href="1pt_perspective_select.html">1-Point Select</a>, <a href="2pt_perspective.html">2-Point Draw</a>, <a href="2pt_perspective_select.html">2-Point Select</a>, <a href="3pt_perspective.html">3-Point Draw</a>, &amp; <a href="perspective.html">Perspective</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.32</p>
</body></html>

View file

@ -75,6 +75,8 @@
<li><a href="1pt_perspective_select.html">1-Point Select</a></li>
<li><a href="2pt_perspective.html">2-Point Draw</a></li>
<li><a href="2pt_perspective_select.html">2-Point Select</a></li>
<li><a href="3pt_perspective.html">3-Point Draw</a></li>
<li><a href="3pt_perspective_select.html">3-Point Select</a></li>
<li><a href="bricks.html">Bricks</a></li>
<li><a href="calligraphy.html">Calligraphy</a></li>
<li><a href="confetti.html">Confetti</a></li>

View file

@ -71,6 +71,8 @@ Painting
* 1-Point Select
* 2-Point Draw
* 2-Point Select
* 3-Point Draw
* 3-Point Select
* Bricks
* Calligraphy
* Confetti

View file

@ -10,7 +10,8 @@ choose your vanishing point.
This tool is operated in a freehand fashion.
See also: 1-Point Select, 2-Point Draw, 2-Point Select, & Perspective.
See also: 1-Point Select, 2-Point Draw, 2-Point Select, 3-Point Draw, 3-Point
Select, & Perspective.
-------------------------------------------------------------------------------

View file

@ -9,7 +9,8 @@ Click (and drag) to position the vanishing point that will be used with the
This tool is operated in a freehand fashion.
See also: 1-Point Draw, 2-Point Draw, 2-Point Select, & Perspective.
See also: 1-Point Draw, 2-Point Draw, 2-Point Select, 3-Point Draw, 3-Point
Select, & Perspective.
-------------------------------------------------------------------------------

View file

@ -10,7 +10,8 @@ two vanishing points, or a line perpendicular to that "horizon".
This tool is operated in a freehand fashion.
See also: 1-Point Draw, 1-Point Select, 2-Point Select, & Perspective.
See also: 1-Point Draw, 1-Point Select, 2-Point Select, 3-Point Draw, 3-Point
Select, & Perspective.
-------------------------------------------------------------------------------

View file

@ -9,7 +9,8 @@ the "2-Point Draw" tool.
This tool is operated in a freehand fashion.
See also: 1-Point Draw, 1-Point Select, 2-Point Draw, & Perspective.
See also: 1-Point Draw, 1-Point Select, 2-Point Draw, 3-Point Draw, 3-Point
Select, & Perspective.
-------------------------------------------------------------------------------

View file

@ -0,0 +1,19 @@
Tux Paint "Magic" Tool: 3-Point Draw
Group: Painting
Author: Bill Kendrick <bill@newbreedsoftware.com>
Click and drag to draw with 3-point perspective. Lines will only go towards
your three vanishing points, or aligned with the "horizon" defined by two of
the vanishing points.
This tool is operated in a freehand fashion.
See also: 1-Point Draw, 1-Point Select, 2-Point Draw, 2-Point Select, 3-Point
Select, & Perspective.
-------------------------------------------------------------------------------
Tux Paint 0.9.32

View file

@ -0,0 +1,18 @@
Tux Paint "Magic" Tool: 3-Point Select
Group: Painting
Author: Bill Kendrick <bill@newbreedsoftware.com>
Click (and drag) to position the three vanishing points that will be used with
the "3-Point Draw" tool.
This tool is operated in a freehand fashion.
See also: 1-Point Draw, 1-Point Select, 2-Point Draw, 2-Point Select, 3-Point
Draw, & Perspective.
-------------------------------------------------------------------------------
Tux Paint 0.9.32

View file

@ -10,7 +10,7 @@ Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftwa
<p>Click and drag to draw with 1-point perspective. Lines will only go towards your vanishing point, or be horizontal or vertical. Use "1-Point Select" to choose your vanishing point.</p>
<p align=center><img src="../../../html/images/magic_examples/1pt_perspective.png"></p>
<p>This tool is operated in a freehand fashion.</p>
<p>See also: <a href="1pt_perspective_select.html">1-Point Select</a>, <a href="2pt_perspective.html">2-Point Draw</a>, <a href="2pt_perspective_select.html">2-Point Select</a>, &amp; <a href="perspective.html">Perspective</a>.</p>
<p>See also: <a href="1pt_perspective_select.html">1-Point Select</a>, <a href="2pt_perspective.html">2-Point Draw</a>, <a href="2pt_perspective_select.html">2-Point Select</a>, <a href="3pt_perspective.html">3-Point Draw</a>, <a href="3pt_perspective_select.html">3-Point Select</a>, &amp; <a href="perspective.html">Perspective</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.32</p>
</body></html>

View file

@ -9,7 +9,7 @@
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>Click (and drag) to position the vanishing point that will be used with the "1-Point Draw" tool.</p>
<p>This tool is operated in a freehand fashion.</p>
<p>See also: <a href="1pt_perspective.html">1-Point Draw</a>, <a href="2pt_perspective.html">2-Point Draw</a>, <a href="2pt_perspective_select.html">2-Point Select</a>, &amp; <a href="perspective.html">Perspective</a>.</p>
<p>See also: <a href="1pt_perspective.html">1-Point Draw</a>, <a href="2pt_perspective.html">2-Point Draw</a>, <a href="2pt_perspective_select.html">2-Point Select</a>, <a href="3pt_perspective.html">3-Point Draw</a>, <a href="3pt_perspective_select.html">3-Point Select</a>, &amp; <a href="perspective.html">Perspective</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.32</p>
</body></html>

View file

@ -10,7 +10,7 @@ Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftwa
<p>Click and drag to draw with 2-point perspective. Lines will only go towards your two vanishing points, or aligned with either the "horizon" defined by the two vanishing points, or a line perpendicular to that "horizon".</p>
<p align=center><img src="../../../html/images/magic_examples/2pt_perspective.png"></p>
<p>This tool is operated in a freehand fashion.</p>
<p>See also: <a href="1pt_perspective.html">1-Point Draw</a>, <a href="1pt_perspective_select.html">1-Point Select</a>, <a href="2pt_perspective_select.html">2-Point Select</a>, &amp; <a href="perspective.html">Perspective</a>.</p>
<p>See also: <a href="1pt_perspective.html">1-Point Draw</a>, <a href="1pt_perspective_select.html">1-Point Select</a>, <a href="2pt_perspective_select.html">2-Point Select</a>, <a href="3pt_perspective.html">3-Point Draw</a>, <a href="3pt_perspective_select.html">3-Point Select</a>, &amp; <a href="perspective.html">Perspective</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.32</p>
</body></html>

View file

@ -9,7 +9,7 @@
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>Click (and drag) to position the two vanishing points that will be used with the "2-Point Draw" tool.</p>
<p>This tool is operated in a freehand fashion.</p>
<p>See also: <a href="1pt_perspective.html">1-Point Draw</a>, <a href="1pt_perspective_select.html">1-Point Select</a>, <a href="2pt_perspective.html">2-Point Draw</a>, &amp; <a href="perspective.html">Perspective</a>.</p>
<p>See also: <a href="1pt_perspective.html">1-Point Draw</a>, <a href="1pt_perspective_select.html">1-Point Select</a>, <a href="2pt_perspective.html">2-Point Draw</a>, <a href="3pt_perspective.html">3-Point Draw</a>, <a href="3pt_perspective_select.html">3-Point Select</a>, &amp; <a href="perspective.html">Perspective</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.32</p>
</body></html>

View file

@ -0,0 +1,16 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: 3-Point Draw</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
<h1 align="center">Tux Paint "Magic" Tool: 3-Point Draw</h1>
<h2 align="center">Group: Painting</h2>
<h3 align="center">Author:
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>Click and drag to draw with 3-point perspective. Lines will only go towards your three vanishing points, or aligned with the "horizon" defined by two of the vanishing points.</p>
<p align=center><img src="../../../html/images/magic_examples/3pt_perspective.png"></p>
<p>This tool is operated in a freehand fashion.</p>
<p>See also: <a href="1pt_perspective.html">1-Point Draw</a>, <a href="1pt_perspective_select.html">1-Point Select</a>, <a href="2pt_perspective.html">2-Point Draw</a>, <a href="2pt_perspective_select.html">2-Point Select</a>, <a href="3pt_perspective_select.html">3-Point Select</a>, &amp; <a href="perspective.html">Perspective</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.32</p>
</body></html>

View file

@ -0,0 +1,15 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: 3-Point Select</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
<h1 align="center">Tux Paint "Magic" Tool: 3-Point Select</h1>
<h2 align="center">Group: Painting</h2>
<h3 align="center">Author:
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>Click (and drag) to position the three vanishing points that will be used with the "3-Point Draw" tool.</p>
<p>This tool is operated in a freehand fashion.</p>
<p>See also: <a href="1pt_perspective.html">1-Point Draw</a>, <a href="1pt_perspective_select.html">1-Point Select</a>, <a href="2pt_perspective.html">2-Point Draw</a>, <a href="2pt_perspective_select.html">2-Point Select</a>, <a href="3pt_perspective.html">3-Point Draw</a>, &amp; <a href="perspective.html">Perspective</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.32</p>
</body></html>

View file

@ -75,6 +75,8 @@
<li><a href="1pt_perspective_select.html">1-Point Select</a></li>
<li><a href="2pt_perspective.html">2-Point Draw</a></li>
<li><a href="2pt_perspective_select.html">2-Point Select</a></li>
<li><a href="3pt_perspective.html">3-Point Draw</a></li>
<li><a href="3pt_perspective_select.html">3-Point Select</a></li>
<li><a href="bricks.html">Bricks</a></li>
<li><a href="calligraphy.html">Calligraphy</a></li>
<li><a href="confetti.html">Confetti</a></li>

View file

@ -71,6 +71,8 @@ Painting
* 1-Point Select
* 2-Point Draw
* 2-Point Select
* 3-Point Draw
* 3-Point Select
* Bricks
* Calligraphy
* Confetti

View file

@ -10,7 +10,8 @@ choose your vanishing point.
This tool is operated in a freehand fashion.
See also: 1-Point Select, 2-Point Draw, 2-Point Select, & Perspective.
See also: 1-Point Select, 2-Point Draw, 2-Point Select, 3-Point Draw, 3-Point
Select, & Perspective.
-------------------------------------------------------------------------------

View file

@ -9,7 +9,8 @@ Click (and drag) to position the vanishing point that will be used with the
This tool is operated in a freehand fashion.
See also: 1-Point Draw, 2-Point Draw, 2-Point Select, & Perspective.
See also: 1-Point Draw, 2-Point Draw, 2-Point Select, 3-Point Draw, 3-Point
Select, & Perspective.
-------------------------------------------------------------------------------

View file

@ -10,7 +10,8 @@ two vanishing points, or a line perpendicular to that "horizon".
This tool is operated in a freehand fashion.
See also: 1-Point Draw, 1-Point Select, 2-Point Select, & Perspective.
See also: 1-Point Draw, 1-Point Select, 2-Point Select, 3-Point Draw, 3-Point
Select, & Perspective.
-------------------------------------------------------------------------------

View file

@ -9,7 +9,8 @@ the "2-Point Draw" tool.
This tool is operated in a freehand fashion.
See also: 1-Point Draw, 1-Point Select, 2-Point Draw, & Perspective.
See also: 1-Point Draw, 1-Point Select, 2-Point Draw, 3-Point Draw, 3-Point
Select, & Perspective.
-------------------------------------------------------------------------------

View file

@ -0,0 +1,19 @@
Tux Paint "Magic" Tool: 3-Point Draw
Group: Painting
Author: Bill Kendrick <bill@newbreedsoftware.com>
Click and drag to draw with 3-point perspective. Lines will only go towards
your three vanishing points, or aligned with the "horizon" defined by two of
the vanishing points.
This tool is operated in a freehand fashion.
See also: 1-Point Draw, 1-Point Select, 2-Point Draw, 2-Point Select, 3-Point
Select, & Perspective.
-------------------------------------------------------------------------------
Tux Paint 0.9.32

View file

@ -0,0 +1,18 @@
Tux Paint "Magic" Tool: 3-Point Select
Group: Painting
Author: Bill Kendrick <bill@newbreedsoftware.com>
Click (and drag) to position the three vanishing points that will be used with
the "3-Point Draw" tool.
This tool is operated in a freehand fashion.
See also: 1-Point Draw, 1-Point Select, 2-Point Draw, 2-Point Select, 3-Point
Draw, & Perspective.
-------------------------------------------------------------------------------
Tux Paint 0.9.32

View file

@ -10,7 +10,7 @@ Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftwa
<p>Click and drag to draw with 1-point perspective. Lines will only go towards your vanishing point, or be horizontal or vertical. Use "1-Point Select" to choose your vanishing point.</p>
<p align=center><img src="../../../html/images/magic_examples/1pt_perspective.png"></p>
<p>This tool is operated in a freehand fashion.</p>
<p>See also: <a href="1pt_perspective_select.html">1-Point Select</a>, <a href="2pt_perspective.html">2-Point Draw</a>, <a href="2pt_perspective_select.html">2-Point Select</a>, &amp; <a href="perspective.html">Perspective</a>.</p>
<p>See also: <a href="1pt_perspective_select.html">1-Point Select</a>, <a href="2pt_perspective.html">2-Point Draw</a>, <a href="2pt_perspective_select.html">2-Point Select</a>, <a href="3pt_perspective.html">3-Point Draw</a>, <a href="3pt_perspective_select.html">3-Point Select</a>, &amp; <a href="perspective.html">Perspective</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.32</p>
</body></html>

View file

@ -9,7 +9,7 @@
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>Click (and drag) to position the vanishing point that will be used with the "1-Point Draw" tool.</p>
<p>This tool is operated in a freehand fashion.</p>
<p>See also: <a href="1pt_perspective.html">1-Point Draw</a>, <a href="2pt_perspective.html">2-Point Draw</a>, <a href="2pt_perspective_select.html">2-Point Select</a>, &amp; <a href="perspective.html">Perspective</a>.</p>
<p>See also: <a href="1pt_perspective.html">1-Point Draw</a>, <a href="2pt_perspective.html">2-Point Draw</a>, <a href="2pt_perspective_select.html">2-Point Select</a>, <a href="3pt_perspective.html">3-Point Draw</a>, <a href="3pt_perspective_select.html">3-Point Select</a>, &amp; <a href="perspective.html">Perspective</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.32</p>
</body></html>

View file

@ -10,7 +10,7 @@ Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftwa
<p>Click and drag to draw with 2-point perspective. Lines will only go towards your two vanishing points, or aligned with either the "horizon" defined by the two vanishing points, or a line perpendicular to that "horizon".</p>
<p align=center><img src="../../../html/images/magic_examples/2pt_perspective.png"></p>
<p>This tool is operated in a freehand fashion.</p>
<p>See also: <a href="1pt_perspective.html">1-Point Draw</a>, <a href="1pt_perspective_select.html">1-Point Select</a>, <a href="2pt_perspective_select.html">2-Point Select</a>, &amp; <a href="perspective.html">Perspective</a>.</p>
<p>See also: <a href="1pt_perspective.html">1-Point Draw</a>, <a href="1pt_perspective_select.html">1-Point Select</a>, <a href="2pt_perspective_select.html">2-Point Select</a>, <a href="3pt_perspective.html">3-Point Draw</a>, <a href="3pt_perspective_select.html">3-Point Select</a>, &amp; <a href="perspective.html">Perspective</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.32</p>
</body></html>

View file

@ -9,7 +9,7 @@
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>Click (and drag) to position the two vanishing points that will be used with the "2-Point Draw" tool.</p>
<p>This tool is operated in a freehand fashion.</p>
<p>See also: <a href="1pt_perspective.html">1-Point Draw</a>, <a href="1pt_perspective_select.html">1-Point Select</a>, <a href="2pt_perspective.html">2-Point Draw</a>, &amp; <a href="perspective.html">Perspective</a>.</p>
<p>See also: <a href="1pt_perspective.html">1-Point Draw</a>, <a href="1pt_perspective_select.html">1-Point Select</a>, <a href="2pt_perspective.html">2-Point Draw</a>, <a href="3pt_perspective.html">3-Point Draw</a>, <a href="3pt_perspective_select.html">3-Point Select</a>, &amp; <a href="perspective.html">Perspective</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.32</p>
</body></html>

View file

@ -0,0 +1,16 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: 3-Point Draw</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
<h1 align="center">Tux Paint "Magic" Tool: 3-Point Draw</h1>
<h2 align="center">Group: Painting</h2>
<h3 align="center">Author:
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>Click and drag to draw with 3-point perspective. Lines will only go towards your three vanishing points, or aligned with the "horizon" defined by two of the vanishing points.</p>
<p align=center><img src="../../../html/images/magic_examples/3pt_perspective.png"></p>
<p>This tool is operated in a freehand fashion.</p>
<p>See also: <a href="1pt_perspective.html">1-Point Draw</a>, <a href="1pt_perspective_select.html">1-Point Select</a>, <a href="2pt_perspective.html">2-Point Draw</a>, <a href="2pt_perspective_select.html">2-Point Select</a>, <a href="3pt_perspective_select.html">3-Point Select</a>, &amp; <a href="perspective.html">Perspective</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.32</p>
</body></html>

View file

@ -0,0 +1,15 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: 3-Point Select</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
<h1 align="center">Tux Paint "Magic" Tool: 3-Point Select</h1>
<h2 align="center">Group: Painting</h2>
<h3 align="center">Author:
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>Click (and drag) to position the three vanishing points that will be used with the "3-Point Draw" tool.</p>
<p>This tool is operated in a freehand fashion.</p>
<p>See also: <a href="1pt_perspective.html">1-Point Draw</a>, <a href="1pt_perspective_select.html">1-Point Select</a>, <a href="2pt_perspective.html">2-Point Draw</a>, <a href="2pt_perspective_select.html">2-Point Select</a>, <a href="3pt_perspective.html">3-Point Draw</a>, &amp; <a href="perspective.html">Perspective</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.32</p>
</body></html>

View file

@ -75,6 +75,8 @@
<li><a href="1pt_perspective_select.html">1-Point Select</a></li>
<li><a href="2pt_perspective.html">2-Point Draw</a></li>
<li><a href="2pt_perspective_select.html">2-Point Select</a></li>
<li><a href="3pt_perspective.html">3-Point Draw</a></li>
<li><a href="3pt_perspective_select.html">3-Point Select</a></li>
<li><a href="bricks.html">Bricks</a></li>
<li><a href="calligraphy.html">Calligraphy</a></li>
<li><a href="confetti.html">Confetti</a></li>

View file

@ -71,6 +71,8 @@ Painting
* 1-Point Select
* 2-Point Draw
* 2-Point Select
* 3-Point Draw
* 3-Point Select
* Bricks
* Calligraphy
* Confetti

View file

@ -5,7 +5,7 @@
by Bill Kendrick <bill@newbreedsoftware.com>
December 12, 2023 - December 22, 2023
December 12, 2023 - December 23, 2023
*/
@ -46,8 +46,8 @@ const char *icon_filenames[NUM_TOOLS] = {
"1pt_persp_draw.png",
"2pt_persp_select.png",
"2pt_persp_draw.png",
"perspective.png", // FIXME
"perspective.png", // FIXME
"3pt_persp_select.png",
"3pt_persp_draw.png",
};
@ -82,6 +82,7 @@ int a2_pt_x[2], a2_pt_y[2], a2_pt_cur;
int a3_pt_x[3], a3_pt_y[3], a3_pt_cur;
int line_start_x, line_start_y;
float a2_valid_angle[8];
float a3_valid_angle[8];
/* Function prototypes: */
Uint32 n_pt_persp_api_version(void);
@ -146,6 +147,8 @@ int n_pt_persp_init(magic_api * api, Uint32 disabled_features ATTRIBUTE_UNUSED)
sound_effects[i] = Mix_LoadWAV(filename);
}
/* Set default vanishing point positions: */
/* 1-pt perspective initial vanishing point: Center of canvas */
a1_pt_x = api->canvas_w / 2;
a1_pt_y = api->canvas_w / 2;
@ -160,14 +163,14 @@ int n_pt_persp_init(magic_api * api, Uint32 disabled_features ATTRIBUTE_UNUSED)
a2_pt_cur = 0;
/* 3-pt perspective initial vanishing points: top center, and left and right near bottom of canvas */
a3_pt_x[0] = api->canvas_w / 2;
a3_pt_y[0] = 0;
a3_pt_x[0] = api->canvas_w * 1 / 20;
a3_pt_y[0] = api->canvas_h * 19 / 20;
a3_pt_x[1] = 0;
a3_pt_y[1] = api->canvas_h * 4 / 5;
a3_pt_x[1] = api->canvas_w * 19 / 20;
a3_pt_y[1] = api->canvas_h * 19 / 20;
a3_pt_x[2] = api->canvas_w - 1;
a3_pt_y[2] = api->canvas_h * 4 / 5;
a3_pt_x[2] = api->canvas_w / 2;
a3_pt_y[2] = api->canvas_h * 1 / 20;
a3_pt_cur = 0;
@ -184,8 +187,7 @@ int n_pt_persp_init(magic_api * api, Uint32 disabled_features ATTRIBUTE_UNUSED)
int n_pt_persp_get_tool_count(magic_api * api ATTRIBUTE_UNUSED)
{
return 4; // FIXME
// return (NUM_TOOLS);
return (NUM_TOOLS);
}
@ -314,12 +316,12 @@ void n_pt_persp_click(magic_api * api, int which, int mode ATTRIBUTE_UNUSED,
n_pt_persp_vanish_pt_moved(api, which, canvas, update_rect);
} else {
int i;
/* Start drawing a line */
SDL_BlitSurface(canvas, NULL, n_pt_persp_snapshot, NULL);
if (which == TOOL_2PT_DRAW) {
int i;
/* Horizon between vanishing points, and perpendicular (rise above/below) */
a2_valid_angle[0] = atan2(a2_pt_y[1] - a2_pt_y[0], a2_pt_x[1] - a2_pt_x[0]);
a2_valid_angle[1] = a2_valid_angle[0] + M_PI;
@ -343,6 +345,24 @@ void n_pt_persp_click(magic_api * api, int which, int mode ATTRIBUTE_UNUSED,
a2_valid_angle[i] -= (M_PI * 2);
}
}
} else if (which == TOOL_3PT_DRAW) {
/* Horizon between vanishing points, and perpendicular (rise above/below) */
a3_valid_angle[0] = atan2(a3_pt_y[1] - a3_pt_y[0], a3_pt_x[1] - a3_pt_x[0]);
a3_valid_angle[1] = a3_valid_angle[0] + M_PI;
/* Angles that point toward the three vanishing points */
a3_valid_angle[2] = atan2(a3_pt_y[0] - y, a3_pt_x[0] - x);
a3_valid_angle[3] = a3_valid_angle[2] + M_PI;
a3_valid_angle[4] = atan2(a3_pt_y[1] - y, a3_pt_x[1] - x);
a3_valid_angle[5] = a3_valid_angle[4] + M_PI;
a3_valid_angle[6] = atan2(a3_pt_y[2] - y, a3_pt_x[2] - x);
a3_valid_angle[7] = a3_valid_angle[6] + M_PI;
for (i = 0; i < 8; i++) {
if (a3_valid_angle[i] > M_PI) {
a3_valid_angle[i] -= (M_PI * 2);
}
}
}
line_start_x = x;
@ -369,6 +389,9 @@ void n_pt_persp_drag(magic_api * api, int which,
int old_x ATTRIBUTE_UNUSED, int old_y ATTRIBUTE_UNUSED,
int x, int y, SDL_Rect * update_rect)
{
int i, x1, y1, x2, y2;
float slope;
/* Draw the line (preview) */
n_pt_persp_work(api, which, canvas, x, y, update_rect, 1);
@ -399,9 +422,6 @@ void n_pt_persp_drag(magic_api * api, int which,
n_pt_persp_line_xor_callback);
} else if (which == TOOL_2PT_DRAW) {
/* 2-point perspective - draw */
int i, x1, y1, x2, y2;
float slope;
n_pt_persp_draw_points(api, TOOL_2PT_SELECT, canvas);
slope = ((float) a2_pt_y[0] - (float) a2_pt_y[1]) / ((float) a2_pt_x[0] - (float) a2_pt_x[1]);
@ -439,19 +459,48 @@ void n_pt_persp_drag(magic_api * api, int which,
if (x != a2_pt_x[i]) {
slope = ((float) y - (float) a2_pt_y[i]) / ((float) x - (float) a2_pt_x[i]);
x1 = 0;
y1 = a2_pt_y[i] - (a2_pt_x[i] * slope);
x2 = canvas->w;
y2 = a2_pt_y[i] + ((canvas->w - a2_pt_x[i]) * slope);
x1 = 0;
y1 = a2_pt_y[i] - (a2_pt_x[i] * slope);
x2 = canvas->w;
y2 = a2_pt_y[i] + ((canvas->w - a2_pt_x[i]) * slope);
api->line((void *) api, which, canvas, NULL,
x1, y1, x2, y2, 2,
n_pt_persp_line_xor_callback);
api->line((void *) api, which, canvas, NULL,
x1, y1, x2, y2, 2,
n_pt_persp_line_xor_callback);
}
}
} else if (which == TOOL_3PT_DRAW) {
/* 3-point perspective - draw */
/* FIXME */
n_pt_persp_draw_points(api, TOOL_3PT_SELECT, canvas);
/* Horizon line (from the cursor) */
slope = ((float) a3_pt_y[0] - (float) a3_pt_y[1]) / ((float) a3_pt_x[0] - (float) a3_pt_x[1]);
x1 = 0;
y1 = y - (x * slope);
x2 = canvas->w;
y2 = y + ((canvas->w - x) * slope);
api->line((void *) api, which, canvas, NULL,
x1, y1, x2, y2, 5,
n_pt_persp_line_xor_callback);
/* N.B. No "vertical" line; the 3rd vanishing point defines "up" and "down" */
/* Diagonal lines from cursor to the vanishing points */
for (i = 0; i < 3; i++) {
if (x != a3_pt_x[i]) {
slope = ((float) y - (float) a3_pt_y[i]) / ((float) x - (float) a3_pt_x[i]);
x1 = 0;
y1 = a3_pt_y[i] - (a3_pt_x[i] * slope);
x2 = canvas->w;
y2 = a3_pt_y[i] + ((canvas->w - a3_pt_x[i]) * slope);
api->line((void *) api, which, canvas, NULL,
x1, y1, x2, y2, 2,
n_pt_persp_line_xor_callback);
}
}
} else if (which == TOOL_1PT_SELECT) {
/* 1-point perspective - select */
a1_pt_x = x;
@ -477,9 +526,10 @@ void n_pt_persp_work(magic_api * api, int which,
SDL_Surface * canvas, int x, int y,
SDL_Rect * update_rect, int xor)
{
int portion_x1, portion_y1, portion_x2, portion_y2, portion_w, portion_h;
int x1, y1, x2, y2;
float slope, slope2;
int i, best_angle_idx;
float cursor_angle, diff, best_diff;
/* SDL_Rect area_rect; */
if (n_pt_persp_snapshot == NULL)
@ -527,10 +577,16 @@ void n_pt_persp_work(magic_api * api, int which,
y2 = y1;
}
}
} else if (which == TOOL_2PT_DRAW) {
/* 2-point perspective */
int i, best_angle_idx;
float cursor_angle, diff, best_diff;
} else if (which == TOOL_2PT_DRAW || which == TOOL_3PT_DRAW) {
float * valid_angle;
/* 2- & 3-point perspective */
if (which == TOOL_2PT_DRAW) {
valid_angle = a2_valid_angle;
} else {
valid_angle = a3_valid_angle;
}
/* Find the valid angle that the drawn angle fits best to */
cursor_angle = atan2f(y - line_start_y, x - line_start_x);
@ -539,7 +595,7 @@ void n_pt_persp_work(magic_api * api, int which,
best_diff = M_PI * 2;
for (i = 0; i < 8; i++) {
diff = fabs(cursor_angle - a2_valid_angle[i]);
diff = fabs(cursor_angle - valid_angle[i]);
if (diff < best_diff) {
best_angle_idx = i;
@ -555,8 +611,8 @@ void n_pt_persp_work(magic_api * api, int which,
/* Calculate a line segment, so we can determine the slope */
x1 = line_start_x;
y1 = line_start_y;
x2 = line_start_x + cos(a2_valid_angle[best_angle_idx]) * 1000;
y2 = line_start_y + sin(a2_valid_angle[best_angle_idx]) * 1000;
x2 = line_start_x + cos(valid_angle[best_angle_idx]) * 1000;
y2 = line_start_y + sin(valid_angle[best_angle_idx]) * 1000;
if (abs(x2 - x1) >= 2) {
slope = ((float) y2 - (float) y1) / ((float) x2 - (float) x1);
@ -575,45 +631,9 @@ void n_pt_persp_work(magic_api * api, int which,
x2 = x1;
y2 = y;
}
} else if (which == TOOL_3PT_DRAW) {
/* 3-point perspective */
/* FIXME */
return;
}
portion_x1 = x1;
portion_y1 = y1;
portion_x2 = x2;
portion_y2 = y2;
if (portion_x1 > portion_x2)
{
int temp = portion_x1;
portion_x1 = portion_x2;
portion_x2 = temp;
}
if (portion_y1 > portion_y2)
{
int temp = portion_y1;
portion_y1 = portion_y2;
portion_y2 = temp;
}
portion_w = (portion_x2 - portion_x1) + 1;
portion_h = (portion_y2 - portion_y1) + 1;
/* FIXME: Not working correctly!? -bjk 2023.12.13 */
/*
area_rect.x = portion_x1;
area_rect.y = portion_y1;
area_rect.w = portion_w;
area_rect.h = portion_h;
*/
SDL_BlitSurface(n_pt_persp_snapshot, NULL /* FIXME &area_rect */, canvas, NULL /* FIXME &area_rect */);
SDL_BlitSurface(n_pt_persp_snapshot, NULL, canvas, NULL);
/* Draw the line */
@ -623,32 +643,20 @@ void n_pt_persp_work(magic_api * api, int which,
api->line((void *) api, which, canvas, NULL,
x1, y1, x2, y2, 3,
n_pt_persp_line_xor_callback);
update_rect->x = portion_x1;
update_rect->y = portion_y1;
update_rect->w = portion_w + 1;
update_rect->h = portion_h + 1;
} else {
/* Released; draw the line for real */
api->line((void *) api, which, canvas, NULL,
x1, y1, x2, y2, 1,
n_pt_persp_line_callback);
update_rect->x = portion_x1 - n_pt_persp_size;
update_rect->y = portion_y1 - n_pt_persp_size;
update_rect->w = portion_w + n_pt_persp_size;
update_rect->h = portion_h + n_pt_persp_size;
}
/* FIXME */
update_rect->x = 0;
update_rect->y = 0;
update_rect->w = canvas->w;
update_rect->h = canvas->h;
api->playsound(sound_effects[which],
(x * 255) / canvas->w, 255);
api->playsound(sound_effects[which], (x * 255) / canvas->w, 255);
}
@ -845,13 +853,33 @@ void n_pt_persp_draw_points(magic_api * api, int which, SDL_Surface * canvas) {
x1, y1, a2_pt_x[1], a2_pt_y[1], 12,
n_pt_persp_line_xor_callback);
} else if (which == TOOL_3PT_SELECT) {
/* 2-point perspective */
/* 3-point perspective */
for (i = 0; i < 3; i++) {
n_pt_persp_draw_one_point(api, canvas, a3_pt_x[i], a3_pt_y[i], i);
}
/* FIXME: Draw a grid */
/* Horizon line (vanishing point) */
slope = ((float) a3_pt_y[0] - (float) a3_pt_y[1]) / ((float) a3_pt_x[0] - (float) a3_pt_x[1]);
x1 = 0;
y1 = a3_pt_y[0] - (a3_pt_x[0] * slope);
x2 = canvas->w;
y2 = a3_pt_y[0] + ((canvas->w - a3_pt_x[0]) * slope);
api->line((void *) api, which, canvas, NULL,
x1, y1, x2, y2, 12,
n_pt_persp_line_xor_callback);
for (i = 0; i < 6; i++) {
x1 = a3_pt_x[0] + (((a3_pt_x[1] - a3_pt_x[0]) / 5) * i);
y1 = a3_pt_y[0] + ((x1 - a3_pt_x[0]) * slope);
x2 = a3_pt_x[2];
y2 = a3_pt_y[2];
api->line((void *) api, which, canvas, NULL,
x1, y1, x2, y2, 12,
n_pt_persp_line_xor_callback);
}
}
}