After much deliberation, I've decided to continue development of this project. We'll just take it slow and be thorough.
Allan and I worked for the better part of the 4th on the Deficiency tree. It works flawlessly. I've got some gripes about it's ad-hoc code, and the fact that it's in the wrong package atm, but we can fix that.
The Tesselator still needs to be completed.
Also, looking toward the future, we're going to implement multiple kinds of k-trees for use as the base Scenegraph, as opposed to a likedlist. A shell is in the future, as is a much better utilSuperSceneGraph class. I'm toying with the idea of allowing them to be scripted or preset with their own properties class.... read more
I started thinking today about a BSP tree compiler that I wrote last summer.
I want to upgrade the SceneGraph & SuperSceneGraph classes soon, and for good reason. though I'm only vaguely sure how.
...and Tesselator.java is up. It compiles, as stated, but it's not yet debugged. I suspect it to have some issues in the "tesselate" method.
Also:
TODO: After getting tesselator to work, move some of the functions and classes inside and in the operations package elsewhere--it's kind of bad atm.
I've gotten it to compile, but I haven't tested it yet.
I'm planning on switching the whole project to Subversion. Stay tuned for updates.
We're replacing it with the Operations package.