From: "deckerben" Newsgroups: comp.os.msdos.djgpp References: <20020517144848 DOT 11010 DOT 00000041 AT mb-mm DOT news DOT cs DOT com> Subject: Re: Loading/displaying 3ds files Date: Mon, 20 May 2002 02:08:01 +0200 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Lines: 27 Message-ID: <3ce83ab5$0$27002$9b622d9e@news.freenet.de> NNTP-Posting-Host: 213.7.7.100 X-Trace: 1021852342 news.freenet.de 27002 213.7.7.100 X-Complaints-To: abuse AT freenet DOT de To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > Does anyone know if there is a function or library that i can use with djgpp to > load and display 3D studio files or for that matter Lightwave 3D objects or > scenes? There are several packages if you do some "googling", but I think that it is important to exacly know what it is you are trying to *do*. You see, I can't remember off the top of my head if there is a ready-made DOS 3ds viewer, if that's what you need. But I recall at least two libraries that parsed 3ds files (at least the polygon geometry structure ... I am not sure about texture mapping) that offered source code and then you might be able to port it to DJGPP and then upload it to a server and then let us others know and then... :-) On the helpful side, have you tried starting with http://www.google.com/search?num=100&hl=de&as_qdr=all&q=3d+studio+3del&lr= I am not a 3ds pro. I try to stick more to industrial standards like STEP and IGES for 3d data description. So this is just a possibility for you. Ben Ben