v0.5
Monday, September 25th, 2006New build of the Xtra is up.
DirectX8 as renderer is back in, new sources from the Irrlicht SVN included. Play with it, have fun, and let me know if there is anything broken.
In the meantime, I’ll hook up the new stuff like the sphere creation methods…
UPDATE:
addSphere() was added. Use as shown below:
addSphere(10,32,0,-1,vector(0,0,0),vector(0,0,0),vector(1,1,1))
With 10 being radius, 32 being polyCount, 0 being the parentNode, -1 the internal id, position, rotation and scaling vectors.


