Hi, I just installed xith3d and I have no plroblem running the demos. I have a problem when using xith3d in Eclipse. I have approx 12 errors that I cant seem to fix. Most of them are related with OpenGL.
Im using the CVS build 2003-11-23
Exemple : gl.viewport(0, 0, width, height); //gl.viewport is undefined for the Typr GL, Im getting the same with gl.maxtrixMode.
Also, GL.PROJECTION cannot be resolved.
The other error Im getting is dataBufferAddrs[loop] = Sys.getDirectBufferAddress(dataBuffers[loop]); // The method getDirectBufferAddress is undefined for the type Sys.
Should I be using an official build instead ?
Any help would be appreciated.
Thank you