www.jpct.net

jPCT - a 3d engine for Java => Support => Topic started by: Bart on September 27, 2003, 12:01:51 pm

Title: Jaw
Post by: Bart on September 27, 2003, 12:01:51 pm
How can I add texture information to a jaw file? I can't find a jaw specification.
Title: Jaw
Post by: EgonOlsen on September 27, 2003, 02:14:58 pm
You can't. All that's supported is to add texture names behind each triangle definition but that's close to being useless. Support for JAW in jPCT is a relic and unless you are looking for a dead simple format to read a bunch of untextured triangles, it's NOT the format of choice. ASC and/or 3DS should be much better and if size is not an issue, maybe the XML-format is an option too.
Hope this helps.

Edit: I've uploaded all the meshes i have in JAW-format...http://www.jpct.net/download/jaw.zip
Title: Jaw
Post by: Bart on September 27, 2003, 02:33:03 pm
Thanks for your help.