Looking for .NET: DDS lib / 3D model viewer or OBJ loader

Discuss anything programming related.
Post Reply
User avatar
neodos
Posts: 1493
Joined: Sun Dec 09, 2007 8:58 pm

Looking for .NET: DDS lib / 3D model viewer or OBJ loader

Post by neodos »

Hi,

I program in VB.net, please spare me the comments, i have realised my mistake but due to lack of time to learn c++ I took the easy path, next project I'll do on c++

I am looking for a library or source code to load DDS images display them on a picturebox or whatever form and export them to another format.
Also looking for some 3D model viewer, if possible eventually with the possibility to load wavefront obj files, yeah this one is tuff to find.

If you guys have any idea or anything i could use, even C# libraries.

Thankss
User avatar
JacksonCougar
Huurcat
Posts: 2460
Joined: Thu Dec 06, 2007 11:30 pm
Location: Somewhere in Canada

Re: Looking for .NET: DDS lib / 3D model viewer or OBJ loade

Post by JacksonCougar »

Uh... You could do this all with directx. Or you could use nvidia texture tools and run the images through that to convert them. Models? Idk, directx.
User avatar
neodos
Posts: 1493
Joined: Sun Dec 09, 2007 8:58 pm

Re: Looking for .NET: DDS lib / 3D model viewer or OBJ loade

Post by neodos »

Yeah I know there DirectX or OpenGL but I don't have the time to code one from scratch so I am looking for a library or a source, anyways thanks I'll see if I can conver these with the nvidia plugin..
Last edited by neodos on Sun Jan 09, 2011 6:33 pm, edited 3 times in total.
User avatar
JacksonCougar
Huurcat
Posts: 2460
Joined: Thu Dec 06, 2007 11:30 pm
Location: Somewhere in Canada

Re: Looking for .NET: DDS lib / 3D model viewer or OBJ loade

Post by JacksonCougar »

I was actually referring to a developers suite of tools by them that are just command line applications which can be run from within your code...
User avatar
neodos
Posts: 1493
Joined: Sun Dec 09, 2007 8:58 pm

Re: Looking for .NET: DDS lib / 3D model viewer or OBJ loade

Post by neodos »

Allright i'll use that found over nvidia website =D

Edit: yeah its external tools but it will do the job and save me some time =D
Post Reply