A bit of a request, but urgently needed!

Everything else that doesn't fall into one of the other PB categories.
KlintonWoo
User
User
Posts: 13
Joined: Wed Jun 02, 2004 10:10 am

A bit of a request, but urgently needed!

Post by KlintonWoo »

I have absolutely no idea when it comes to 3D data, and i need a procedure, or dll that will convert *.asc to *.x to be used in a program i am currently developing.. If anyone could be so kind to do a procedure that does this, the favor will not go overlooked.

Thanks a lot!

Mike
A mind once stretched by a new idea, never regains its original dimensions.
Straker
Enthusiast
Enthusiast
Posts: 701
Joined: Wed Apr 13, 2005 10:45 pm
Location: Idaho, USA

Post by Straker »

Have you looked at MilkShape? Or are you trying to write a competitive product to it? I think it uses DLLs as plug-ins but I haven't used it in a while but it might give you some ideas or a method to do the conversion within your program.
Brice Manuel

Post by Brice Manuel »

http://www.wotsit.org will have the info you need to write your own routines.
KlintonWoo
User
User
Posts: 13
Joined: Wed Jun 02, 2004 10:10 am

Post by KlintonWoo »

Straker, i have looked at milkshape, and if they did have dll's as stand alone converters, it would be awsome (they would have to be free)... Brice, i have already thought of that, but the .asc format is not included and plus i dont know what the terms for 3d data mean, so even reading the data would give me the problem of where to write the data in the output file.
A mind once stretched by a new idea, never regains its original dimensions.
User avatar
djes
Addict
Addict
Posts: 1806
Joined: Sat Feb 19, 2005 2:46 pm
Location: Pas-de-Calais, France

Post by djes »

.asc file? What is the source of this file? Asc means ASCII, in others terms, a suite of ascii characters. A lot of programmers use that to design a strings composed file. So your file could contains a lot of differents things!

Did you try to edit it in a text editor, like notepad? link it so we could say what it contain!
Post Reply