mirror of
https://github.com/fadden/fdraw.git
synced 2024-12-21 20:29:17 +00:00
Update manual.md
This commit is contained in:
parent
6f37bf72af
commit
bb569529c4
@ -584,6 +584,12 @@ The rendering of filled circles is very fast, though there is a possibility
|
||||
of optimizing the center-fill of large circles. Outline circles were
|
||||
added by inserting JSR PLOT at key points, and could perhaps be faster.
|
||||
|
||||
The best way to accelerate circle drawing is to not draw a full circle.
|
||||
Instead, draw an approximation of a circle using a series of lines. This
|
||||
is a common technique when using 3D graphics hardware, as they are
|
||||
generally geared toward polygon rendering. Outline circles would see a
|
||||
significant improvement, with some reduction in quality.
|
||||
|
||||
|
||||
### Drawing Lines with Indexed Byte-Arrays ###
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user