Menu

Code Commit Log


Commit Date  
[r12] by nerius

Starting project blockout

2002-11-10 02:50:47 Tree
[r11] by nerius

implementing edge pool for polygon filling. no doubt, there are bugs
being introduced with this change.

2001-03-20 06:19:20 Tree
[r10] by nerius

edited javadoc slightly (aesthetic).

2001-03-20 06:17:58 Tree
[r9] by nerius

made lots of changes to RasterFloatGraphics:
- added hook to do alpha manipulation (RasterFloatPixBuff).
- condensed a lot of code, and put it into new classes FloatPolyEdge and
FloatPolyClipper.
- cleaned up implementation of clear().
- fixed up color conversions between FloatColor and int.

my next goal is to fix any bugs that these changes may have created, and to
implement a FloatPolyEdge pool, so that 'new' would not have to be called for
every FloatPolyEdge; drawing many polygons would otherwise lead to rapid
memory allocation and de-allocation and re-allocation (new edges created all
the time).

2001-03-19 06:52:36 Tree
[r8] by nerius

updating javadoc.

2001-03-19 06:44:12 Tree
[r7] by nerius

adding a little spiffy clip technology to the simple demo.

2001-03-19 06:43:17 Tree
[r6] by nerius

adding constructor to FloatColor for opaque colors.

2001-03-19 06:42:09 Tree
[r5] by nerius

removing a still immature class. will re-add later, at a more mature stage.

2001-03-19 06:41:19 Tree
[r4] by nerius

adding DepthGraphics interface (first draft).
cleaning up the color interface by adding FloatColor. FloatColor will be
used by DepthGraphics to interpolate colors.
removing unuseful classes in com.nerius.grafx which made dependency on
com.nerius.grafx.img. now, com.nerius.grafx has no dependency on any
package that is not part of standard java-1.0. Rasterizor and
AnimatingRasterizor have been removed.

2001-03-10 08:28:14 Tree
[r3] by nerius

creating com.nerius.grafx java package on sourceforge.net.

2001-03-09 03:44:05 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.