On 25 mayo, 17:15, Zerex71 <Zere...@[EMAIL PROTECTED]
> wrote:
> Hello group,
>
> This is my first posting to the group so please forgive me if this is
> the wrong place to ask this question. I am developing a Java-based
> simulator and at some point am going to want to incorporate 3D vehicle
> models into my displays and am wondering what wireframes or 3D
> geometry formats Java could accept to properly render the vehicle
> models. I am assuming that you can't really "build" 3D models in Java
> but that if you have an outside CAD program of some sort, you could
> import it if you had it in the right format to feed to Java 3D - I am
> asking about what formats are supported. Please enlighten me and send
> me to any reference pages where this is discussed!
>
> Thanks,
> Mike
Hi,
I think that you want to know about loaders. For example, look at this
page-->http://java3d.j3d.org/utilities/loaders.html
The following table lists the formats of files which loaders are
available publicly:
3DS 3D-Studio
COB Caligari trueSpace
DEM Digital Elevation Map
DXF AutoCAD Drawing Interchange File
IOB Imagine
LWS Lightwave Scene Format
NFF WorldToolKit NFF format
OBJ Wavefront
PDB Protein Data Bank
PLAY PLAY
SLD Solid Works (prt and asm files)
VRT Superscape VRT
VTK Visual Toolkit
WRL Virtual Reality Modeling Language
Regards.


|