After last update from cvs I am getting errors. All are coming from canvasPeerImpl.
missing : gl.glDrawBufferRegion, gl.glDeleteBufferRegion, glBufferRegionEnabled, glNewBufferRegion - i am using latest jogl.jar. Am I missing here something?
After last update from cvs I am getting errors. All are coming from canvasPeerImpl.
missing : gl.glDrawBufferRegion, gl.glDeleteBufferRegion, glBufferRegionEnabled, glNewBufferRegion - i am using latest jogl.jar. Am I missing here something?
Hi,
Are you sure you are using latest jogl.jar?
These extensions (KTX_BUFFER_REGION) have been added in JOGL 1.1 b03, but I am not really sure if jogl.jar in xith3d 3rd-party folder in CVS is up to date - build.xml uses it, so please place latest jogl.jar there.
If you still have pbs, let me know.
Yuri
As far as I know - a fresh checkout of xith3d on a totally clean system (no libraries hanging around) should compile with no errors using ant, without having to modify anything.
Looking at the cvs log - the JOGL in CVS, should be JOGL 1.1b03 (unless a mistake was made).
Will.
Sorry guys, it was my IntelliJ setup prob. I’ve been using this project since at least last Aug and today after I updated it got somehow screwed, I created new project and imported code from cvs again and everything is again as it should be. No idea what has gone wrong with the old project though.