Menu

Code Commit Log


Commit Date  
[r1297] by nerius

Adding some simple comments.

2023-10-16 00:50:25 Tree
[r1296] by nerius

Employing a slightly different strategy in constant color 3D line drawing
algorithm. I discovered this with the 2D code.

2023-10-16 00:11:12 Tree
[r1295] by nerius

Removing some confusing and unnecessary explicit cast, because the cast is
implicit.

2023-10-15 21:35:46 Tree
[r1294] by nerius

Optimizing for the addModAreaPt() call, realized that the integer increment/
decrement can happing in pixel space while the float increment/decrement can
happen in the offset space. This works much better. Need to update 3D
graphics with this same strategy.

2023-10-15 21:30:01 Tree
[r1293] by nerius

This is the first step in getting the line drawing routine in 2D graphics to
use m_foff, which essentially means that it casts to float, as an epsilon
proximity operation, in a space that is far from zero.

2023-10-15 20:40:57 Tree
[r1292] by nerius

Simplifying some arithmetic in line drawing algorithms; when one is subtracted
away from a value, grouping that with the integers before casting to double.

2023-10-15 19:04:16 Tree
[r1291] by nerius

Paving way for m_foff. Early changes.

2023-10-15 18:36:04 Tree
[r1290] by nerius

Adding a Javadoc comment.

2023-10-15 18:19:44 Tree
[r1289] by nerius

Improving the m_ccfoff, m_zfoff semantics.

2023-10-15 17:01:24 Tree
[r1288] by nerius

Working on improving the s_ccfoff handing.

2023-10-15 16:10:08 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.