I’m testing jogl-demos and happened to notice that all files relating to CG failed.
Then, I noticed that current nightly build of JOGL has only one file about CG, that is “com.sun.opengl.cg.CgException.java”
I looks like key words like “CGcontext,CGprogram” can only be found in some C++ header files “cg.h, cgGL.h”.
I know that it seems JOGL can build some meta .java files, by CDC technology (what’s essential in this technology???)
However, “CGcontext,CGprogram” are not in those meta .java files either.
I did install CG in WindowsXP and I think I correctly set the directory in jogl.properties like:
antlr.jar=C:/jiapei/javajars/antlr-3.1.3.jar
win32.c.compiler=vc9
windows.cg.lib=C:/Program Files/Nvidia Corporation/Cg/lib
So, can anybody give me a hint how can I obtain CG support? Or, JOGL gave up CG already?
Cheers
JIA