Icons for Di & Trimetric & Oblique angle editors
This commit is contained in:
parent
ac089b75b1
commit
2766254db9
5 changed files with 6 additions and 7 deletions
|
|
@ -25,7 +25,7 @@ https://tuxpaint.org/
|
||||||
|
|
||||||
* New Magic Tools:
|
* 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):
|
(all placed within a new tool group):
|
||||||
+ Point-projection persepctive:
|
+ Point-projection persepctive:
|
||||||
- 1-point Perspective ("1-Point Select" & "1-Point Draw")
|
- 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")
|
- 3-point Perspective ("3-Point Select" & "3-Point Draw")
|
||||||
Choose three vanishing points, and then draw lines that always
|
Choose three vanishing points, and then draw lines that always
|
||||||
point towards them, or along the horizon defined by the first two.
|
point towards them, or along the horizon defined by the first two.
|
||||||
+ WIP Orthographic (orthogonal) projection:
|
+ Orthographic (orthogonal) projection:
|
||||||
- Isometric ("Isometric Lines")
|
- Isometric ("Isometric Lines")
|
||||||
Lines only go at evenly-spaced (120 degrees) angles (vertically
|
Lines only go at evenly-spaced (120 degrees) angles (vertically
|
||||||
and diagonally).
|
and diagonally).
|
||||||
|
|
@ -52,14 +52,13 @@ https://tuxpaint.org/
|
||||||
Choose an angle for a single diagonal direction; lines may
|
Choose an angle for a single diagonal direction; lines may
|
||||||
only go diagonally at that one angle, vertically, or
|
only go diagonally at that one angle, vertically, or
|
||||||
horizontally.
|
horizontally.
|
||||||
[WIP Need icons & docs]
|
|
||||||
+ None of these tools are available when in "novice" complexity mode
|
+ None of these tools are available when in "novice" complexity mode
|
||||||
(see above).
|
(see above).
|
||||||
+ "Select" tools (to edit vanishing points or angles) are not offered
|
+ "Select" tools (to edit vanishing points or angles) are not offered
|
||||||
when in "beginner" complexity mode. However, in "beginner" mode:
|
when in "beginner" complexity mode. However, in "beginner" mode:
|
||||||
- Two "3-Point Draw" tools are provided, offering both 'upwards'
|
- Two "3-Point Draw" tools are provided, offering both 'upwards'
|
||||||
and 'downwards' perspectives.
|
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.
|
to both the right and the left.
|
||||||
+ Code: Bill Kendrick <bill@newbreedsoftware.com>
|
+ Code: Bill Kendrick <bill@newbreedsoftware.com>
|
||||||
+ Sounds:
|
+ Sounds:
|
||||||
|
|
|
||||||
BIN
magic/icons/dimetric_select.png
Normal file
BIN
magic/icons/dimetric_select.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
BIN
magic/icons/oblique_select.png
Normal file
BIN
magic/icons/oblique_select.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.2 KiB |
BIN
magic/icons/trimetric_select.png
Normal file
BIN
magic/icons/trimetric_select.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
|
|
@ -171,15 +171,15 @@ const char *icon_filenames[NUM_TOOLS] = {
|
||||||
"isometric_draw.png",
|
"isometric_draw.png",
|
||||||
|
|
||||||
/* Dimetric */
|
/* Dimetric */
|
||||||
"Snow_flake4.png", // FIXME
|
"dimetric_select.png",
|
||||||
"dimetric_draw.png",
|
"dimetric_draw.png",
|
||||||
|
|
||||||
/* Trimetric */
|
/* Trimetric */
|
||||||
"Snow_flake4.png", // FIXME
|
"trimetric_select.png",
|
||||||
"trimetric_draw.png",
|
"trimetric_draw.png",
|
||||||
|
|
||||||
/* Oblique */
|
/* Oblique */
|
||||||
"Snow_flake4.png", // FIXME
|
"oblique_select.png",
|
||||||
"oblique_draw.png",
|
"oblique_draw.png",
|
||||||
"",
|
"",
|
||||||
"oblique_draw_alt.png",
|
"oblique_draw_alt.png",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue