In the toolkit there is a “Rectangle” class, which is in fact a Box (3D).
Can I rename it to “Box”, since I have made a “Rectangle” class (I want to put it in the toolkit) that is REALLY a rectangle (2D) ?
Sure, sounds fine.
Will.
Ok, doing it.
So I consider everybody informed that was using the Rectangle class that IT IS NOW THE BOX CLASS instead.
Ok, finally Rectangle (2D) = Class Quad, the class is already made, so I don’t have to put my own. And Class Rectangle = Box (3D) so I just rename it.
Cool.
One thing however - don’t commit any compiled .jar files to CVS. The correct place for distributing compiled builds is on Xith.org or the project “Documents & Files” (normally the former).
If you would like to create a new build (and you are welcome to), run “ant cbuild” from your xith3d directory (note: you need to run “ant jar” first manually from the xith-tk project it is not currently automated). I sometimes create “experimental” builds so people can test new, generally API-changing features ahead of time.
Cheers,
Will.
OK. 8)