Icons for Di & Trimetric & Oblique angle editors

This commit is contained in:
Bill Kendrick 2024-01-13 19:34:20 -08:00
parent ac089b75b1
commit 2766254db9
5 changed files with 6 additions and 7 deletions

View file

@ -25,7 +25,7 @@ https://tuxpaint.org/
* New Magic Tools:
----------------
* WIP Tools to draw with various kinds of graphical projections
* Tools to draw with various kinds of graphical projections
(all placed within a new tool group):
+ Point-projection persepctive:
- 1-point Perspective ("1-Point Select" & "1-Point Draw")
@ -38,7 +38,7 @@ https://tuxpaint.org/
- 3-point Perspective ("3-Point Select" & "3-Point Draw")
Choose three vanishing points, and then draw lines that always
point towards them, or along the horizon defined by the first two.
+ WIP Orthographic (orthogonal) projection:
+ Orthographic (orthogonal) projection:
- Isometric ("Isometric Lines")
Lines only go at evenly-spaced (120 degrees) angles (vertically
and diagonally).
@ -52,14 +52,13 @@ https://tuxpaint.org/
Choose an angle for a single diagonal direction; lines may
only go diagonally at that one angle, vertically, or
horizontally.
[WIP Need icons & docs]
+ None of these tools are available when in "novice" complexity mode
(see above).
+ "Select" tools (to edit vanishing points or angles) are not offered
when in "beginner" complexity mode. However, in "beginner" mode:
- Two "3-Point Draw" tools are provided, offering both 'upwards'
and 'downwards' perspectives.
- WIP Two "Oblqiue Draw" tools are provided, offering recedings axes
- Two "Oblqiue Draw" tools are provided, offering recedings axes
to both the right and the left.
+ Code: Bill Kendrick <bill@newbreedsoftware.com>
+ Sounds:

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View file

@ -171,15 +171,15 @@ const char *icon_filenames[NUM_TOOLS] = {
"isometric_draw.png",
/* Dimetric */
"Snow_flake4.png", // FIXME
"dimetric_select.png",
"dimetric_draw.png",
/* Trimetric */
"Snow_flake4.png", // FIXME
"trimetric_select.png",
"trimetric_draw.png",
/* Oblique */
"Snow_flake4.png", // FIXME
"oblique_select.png",
"oblique_draw.png",
"",
"oblique_draw_alt.png",