ehm, i've another problem....

i'm studying through the getting starting guide and i'm at multitexture point.
the setTextureUnitState call give me an error....i saw on this forum that is necessary to make a setTextureUnitCoordinates call on the geometry (not mentioned in the guide) but i can't find this method in the Cube class of the org.xith3d.test (the famous cube of the previous examples)....do i must create the geometry myself or what ?
ps: isn't there a new version of the starting guide for noob like me with first approach with 0.8.0 version ? (i saw that a lot of things are changed).
thanks and bye
As you correctly see, the getting started guide (gsg) is outdated. Amos and me are working on a document called "Xith3D in a Nutshell" (XIN), which will probably replace the gsg. But it is not ready (e.g. Multitexture is not covered by it). You can download the current development version
here, which only consists of my part of the document, and which I sent Amos to merge it with his version. So it is even farer away from complete than it actually is. But it already explains some things. You should get the current CVS version of Xith3D and Xith-TK, since XIN is based on the most recent version. Or you just wayt a few days until we release version 0.9.0

The test cases in the org.xith3d.test package (which you already found) are a good starting point for several things. The Multitexture test is working. Maybe this helps you more than the outdated gsg.
Marvin