1
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 24 hours ago.
May 13, 2023 — May 13, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Backing up. More... over 17 years ago
Backing up. More... over 17 years ago
Checking in to continue on another machine. More... over 17 years ago
Adding a new example for state programming. More... over 17 years ago
Backing up. More... over 17 years ago
Backing up before a global search and replace. More... over 17 years ago
This should be a brach, but I'm too lazy for that. More... over 17 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... over 17 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... over 17 years ago
A new version number has been assigned. More... over 17 years ago
Getting ready for a tag! More... over 17 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... over 17 years ago
The z-sorter seems really useful now. It is well illustrated by the kjmrobot.drool example. More... over 17 years ago
I think the z sorter is working up to cyclic overlaps now, but it is slow! More... over 17 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... over 17 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... over 17 years ago
Added some stuff to Kjell Magne's example. More... over 17 years ago
Adding examples for the simplex tester. More... over 17 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... over 17 years ago
Backing up. More... over 17 years ago
Minor ajustment of how long part of the arm that is stroked. More... over 17 years ago
By setting @RT_AT_LIU true when calling squareLogo, the weights on the controller is replaced by the LiU logotype. More... over 17 years ago
Backing up. More... over 17 years ago
Backing up some progress on the z-sorter. More... over 17 years ago
These files should not be under version control, since they are generated automatically from other files. More... over 17 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... over 17 years ago
I am just about to make a server-side copy to tag the 0.1 version. More... over 17 years ago
Trying again... More... over 17 years ago
Moving around. More... over 17 years ago
Moving around. More... over 17 years ago