Hello,
Someone could explain me why thoses classes don’t follow the Java naming convention ?
For info, here are the names :
import com.sun.opengl.cg.CGcontext;
import com.sun.opengl.cg.CGparameter;
import com.sun.opengl.cg.CGprogram;
import com.sun.opengl.cg.CgGL;
- I expected to have a CGProgram, CGContext, etc …
- The case is not consistent between the classes, the g in CgGL is lower case but in the other classes it is upper case.
Will those weird lower/upper cases still be there in the release version of the JSR 231 ? :o ???