Page 1 of 1

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

Posted: Sun Jan 09, 2011 9:15 am
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

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

Posted: Sun Jan 09, 2011 5:14 pm
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.

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

Posted: Sun Jan 09, 2011 5:48 pm
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..

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

Posted: Sun Jan 09, 2011 6:05 pm
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...

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

Posted: Sun Jan 09, 2011 6:34 pm
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