hi guys,
I downloaded the latest version of jogl and having some problems with it. what does the argument params_offset in method gl.gllightfv mean. It was not present in the previous version. Moreover what is a float buffer and when am i suppose to use it. I would appreciate if somebody can explain me or give me a link(not javadoc) that in detail would explain what the new version classes and methods mean. I already have the javadoc. I want some description along with it.
public void glLightfv(int light,
int pname,
float[] params,
int params_offset)
thanks,
ravi