1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Backing up. More... almost 18 years ago
Backing up. More... almost 18 years ago
Checking in to continue on another machine. More... about 18 years ago
Adding a new example for state programming. More... about 18 years ago
Backing up. More... about 18 years ago
Backing up before a global search and replace. More... about 18 years ago
This should be a brach, but I'm too lazy for that. More... about 18 years ago
Now, a very simple heuristics is used to combine triangles into polygons before drawing. Exactly how useful this is, I don't know, but it doesn't take much time compared to the other z-sorter computations, and at least I think it will be an important feature in the future when Gauraud shading will be generally supported by pdf viewers. More... about 18 years ago
The line-to-triangle z order was changed so that the width of the line is used as a tiebreaker (the tiebreaker of the surface is not used against lines). More... about 18 years ago
A new version number has been assigned. More... about 18 years ago
Getting ready for a tag! More... about 18 years ago
The robot parameter illustration based on Kjell Magne Fauske's drawing, is good now. Since it does not use a z-buffer, but a z-sorter. It is not a problem anymore. More... about 18 years ago
The z-sorter seems really useful now. It is well illustrated by the kjmrobot.drool example. More... about 18 years ago
I think the z sorter is working up to cyclic overlaps now, but it is slow! More... about 18 years ago
Backing up. I have been working on the z sorter, and I think most code is there now, although it hasn't been tested. Single sided facets are still not supported, and they actually make sense in a z sorter (as opposed to in the z buffer). More... about 18 years ago
I found an irritating bug in ZBufLine::splice (with respect to a triangle) that caused lines enclosed in the triangle never to be occluded. More... about 18 years ago
Added some stuff to Kjell Magne's example. More... about 18 years ago
Adding examples for the simplex tester. More... about 18 years ago
The z-sorter is getting somewhere now! The simplex seems to work for feasible start problems (I'll have to allocate a bit of extra memory to make infeasible start possible). More... about 18 years ago
Backing up. More... about 18 years ago
Minor ajustment of how long part of the arm that is stroked. More... about 18 years ago
By setting @RT_AT_LIU true when calling squareLogo, the weights on the controller is replaced by the LiU logotype. More... about 18 years ago
Backing up. More... about 18 years ago
Backing up some progress on the z-sorter. More... about 18 years ago
These files should not be under version control, since they are generated automatically from other files. More... about 18 years ago
Automated testing has been introduced in the project. The tests are divided into two cathegories; text and graphics. To setup a new test, one adds the drool source to the appropriate directory, makes the correct output (by using make, see the Makefile in the directory in question), and adds both files to the repository. More... about 18 years ago
I am just about to make a server-side copy to tag the 0.1 version. More... about 18 years ago
Trying again... More... about 18 years ago
Moving around. More... about 18 years ago
Moving around. More... about 18 years ago