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
--- "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
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
--- 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
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 &
--- 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
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