comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: 3D Graphics input
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: 3D Graphics input [message #36440] Thu, 18 September 2003 08:10 Go to previous message
Rick Towler is currently offline  Rick Towler
Messages: 821
Registered: August 1998
Senior Member
"Neil" wrote...
> I'd like to use IDL to display as large a number of various 3D objects
> that i can find around the internet as possible. There are a wide
> variety of formats, a couple being *.3DS and *.OBJ. Is there a general
> single read routine that i can use in IDL go get this data into IDL,
> which enables me to have access to the verticies_list and
> polygon_connectivity from this wide variety of object available? I
> know IDL has the DXF routines, but there are many other formats that i
> would like to access.

DXF is going to be the easiest route and is the only format supported by
IDL. But that doesn't mean you don't have options :)

I have used openFX, a free open source 3d modeling package for Win32, to
read .3ds files and export them as .dxf. You lose some information along
the way but the geometry and connectivity stay intact.

Another approach I have used is dumping .3ds files using 3dsrdr (google for
the source). I may write a .3ds I/O .dlm one day but for now this is the
best way to get most of the data from your .3ds files. I would assume that
a similar utility has been developed for .obj files but I have never
investigated.

good luck!

-Rick
[Message index]
 
Read Message
Read Message
Previous Topic: Re: Simple 3D Visualisation
Next Topic: Rotating 3D surfaces

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Fri Oct 10 10:43:34 PDT 2025

Total time taken to generate the page: 0.92574 seconds