Help Please !!! GL4java  export 3D file format

Please Tell me, How either GL4Java or OpenGL exports model to file 3DMax or other 3D file format ,and what webs having tutorial ???

   .......Thanks you......   ;)

Opengl itself doesn’t have anything to do with model loading/saving,it’s your job to make that to happen.

for examples look at http://chman-area.tuxfamily.org/

there should be port of nehe tutorial:Model Loading,i haven’t
looked at this tutorial but nehe one load’s MilkShape3D and 3DMax(?).

for file format’s check out http://www.wotsit.org/

chman’s examples is based on lwjgl which is similar to GL4Java.except that gl4java isn’t updated in year or so.

hope this help’s