Re: [JAVA3D] Getting models from blender to Java3D

2001-12-12 Thread Pierce, Gregory (TBS)
Title: RE: [JAVA3D] Getting models from blender to Java3D Well there are tons of loaders out there. What is your tool path? Do you want your tool to export something into a format that Java3D can read or do you want Java3D to be able to read arbitrary files without having to have the tool

Re: [JAVA3D] Getting models from blender to Java3D

2001-12-12 Thread Michael Knezevic
--- "Pierce, Gregory (TBS)" <[EMAIL PROTECTED]> schrieb: > I took a look at the blender path last night. > Blender has no file format to speak of. One would > have to write out some other file format by parsing > the data in Python and then exporting it out as the > data is all in memory for Pyth

Re: [JAVA3D] Getting models from blender to Java3D

2001-12-12 Thread Pierce, Gregory (TBS)
Title: RE: [JAVA3D] Getting models from blender to Java3D I took a look at the blender path last night. Blender has no file format to speak of. One would have to write out some other file format by parsing the data in Python and then exporting it out as the data is all in memory for Python

Re: [JAVA3D] Getting models from blender to Java3D

2001-12-12 Thread Michael Knezevic
--- Bob Dengle <[EMAIL PROTECTED]> schrieb: > I've been working off and on on this cause I like to > toy with Blender in my > free time and I think the easiest way to get an > animated model from Blender > to Java3D would be to write some kind of Python > export script, because the > native Blend

Re: [JAVA3D] Getting models from blender to Java3D

2001-12-11 Thread Bob Dengle
engle >From: Michael Knezevic <[EMAIL PROTECTED]> >Reply-To: Discussion list for Java 3D API <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Re: [JAVA3D] Getting models from blender to Java3D >Date: Tue, 11 Dec 2001 17:25:54 +0100 > > --- Justin Knight &

Re: [JAVA3D] Getting models from blender to Java3D

2001-12-11 Thread Michael Knezevic
--- Justin Knight <[EMAIL PROTECTED]> schrieb: > Thanks for that pointer Michael - looks more than I > need for my basic > modelling. I'd been surviving on infrequent access > to a friends copy of 3DS > until now. The blender file menu seems to offer > saving in the following > formats: > > VRM

[JAVA3D] Getting models from blender to Java3D

2001-12-11 Thread Justin Knight
Thanks for that pointer Michael - looks more than I need for my basic modelling. I'd been surviving on infrequent access to a friends copy of 3DS until now. The blender file menu seems to offer saving in the following formats: VRML1.0, DXF, Videoscape and .blend >From the loaders page on j3d.o