Sorry i meant Vector2i
The Vector2i class does exist in vecmath2.
The first problem i am having is wth the org.xith3d.datatypes.Rect2i class :-
package org.xith3d.datatypes;
import javax.vecmath.Point2i;
import javax.vecmath.Tuple2i;
import javax.vecmath.Vector2i; <<<<<<<<<<<<<<< This doesn't exist in javax.vecmath

?
(Should this now be org.openmali.vecmath.Vector2i)?
/**
* A basic 2-dimensional rectangle.
*
* @author Marvin Froehlich (aka Qudus)
*/
public class Rect2i implements Positioned2i, Sized2i
{
You seem to be using a very old version. This code does not exist anymore in the xith codebase, since it has been moved to the JAGaToo project along time ago. Please check, if you're using the HEAD revision of the xith3d project from sourceforge SVN.
btw i cant even get the svn of openmali to build!!!! and i cant find a stable release to download (cant find a release at all!! not even alpha or beta)
Should it be this complicated?? lol
Please release a working package! SVN is doing my head in!!!
Well, this will be done in the near future. But in the xith3d SVN project in the third-party directory (math subfolder) there is the current openmali.jar.
You don't need other projects than the xith3d project (and xith-tk for testcases). The project builds without any other dependencies.
What's the problem when you try to build openmali?
Please tell me, if you still need other jars.
Marvin