Re: [JAVA3D] How to Make .obj file

2002-11-21 Thread Mattijs Janssens
Hi, this is a simple obj format description of a cube with unit length. The 'g' statement specifies a group of faces. On the web there are various descriptions of the format(e.g. http://www.royriggs.com/obj.html). v 0 1 1 # 1 v 0 0 1 # 2 v 1 0 1 # 3 v 1 1 1 # 4 v 0 1 0 # 5 v 0 0 0 # 6 v 1 0 0 # 7

[JAVA3D] How to Make .obj file

2002-11-21 Thread Ayman El_Gharabawy
i just want to make file .obj of any shape to load it in my class how to make a file .obj === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help,