Hi
I was wondering about cgfx, I dont find any references to it in the javadocs or the source, is it supported at all? and if not, why?
// Gregof
Hi
I was wondering about cgfx, I dont find any references to it in the javadocs or the source, is it supported at all? and if not, why?
// Gregof
We didn’t look into CgFX when doing JOGL’s original Cg binding. Looking at it again, it seems that it is evolving and that version 1.4 will contain more documentation and be more portable. At that point we might try to bind the CgFX runtime API to Java. The docs for CgFX 1.2 were pretty sparse and looking at them it isn’t clear to me how to hook up the CgFX stuff to an OpenGL rendering context.
Okay, thank you.
// Gregof
FYI, the JSR-231 branch of the JOGL source tree now contains a binding to the CgFX functions in Cg 1.4. It has not been tested yet. If you’re interested in playing with it feel free to check out and build this branch.
cvs co -r JSR-231 jogl jogl-demos
Note that the core APIs differ a fair amount from the main branch of the JOGL tree and are still being changed fairly actively.