From: aNt <an...@to...> - 2002-06-20 15:47:02
|
Looks like VRML that XML parser. Would be cool to have a 3DS or Maya model loader. W3D is interesting (if a little bug'E when it comes to bone animation). I would have to say anything is better then nothing at the moment :).. There is a MD3 file reader around someplace. Would be cool to have the file loader that worked around a modeler that is already out there. So 3DS gets my vote. Maybe W3D or WildTanget, they are all very rocking and have hopeful futures. If u need a hand in making a file reader I'm sure we would all be up for helping u look into it.. One that returned u a drawable object of some type. Model mod = new Model("tree.xxx"); // load the file. mod.drawGL(); // would do the gl vertex, textures, etc etc calls. Would be very handy indeed :). Tops aNt |