> Is out there someone who can tell me how to find documentation about the
> GL4Java projects ?
>
> I'm in a very advanced porting of a Quake III Arena bsp viewer in Java +
> GL4Java but i think the things are going too messy !!!
>
> I need more documentation about new features on the lib
The API documentation (Javadoc) should be up-to-date and provide
information about GL4Java-specific functionality. The "demos"
directory also contains a lot of examples of usage of various
parts of the library. Aside from this, look to OpenGL
documentation like the "Red Book" ("OpenGL Programming Guide,
Second Edition") for information on how to use OpenGL
effectively. If you find particular pieces of GL4Java which
should be documented more thoroughly, send suggestions to this
mailing list.
|