• Which the release of FS2020 we see an explosition of activity on the forun and of course we are very happy to see this. But having all questions about FS2020 in one forum becomes a bit messy. So therefore we would like to ask you all to use the following guidelines when posting your questions:

    • Tag FS2020 specific questions with the MSFS2020 tag.
    • Questions about making 3D assets can be posted in the 3D asset design forum. Either post them in the subforum of the modelling tool you use or in the general forum if they are general.
    • Questions about aircraft design can be posted in the Aircraft design forum
    • Questions about airport design can be posted in the FS2020 airport design forum. Once airport development tools have been updated for FS2020 you can post tool speciifc questions in the subforums of those tools as well of course.
    • Questions about terrain design can be posted in the FS2020 terrain design forum.
    • Questions about SimConnect can be posted in the SimConnect forum.

    Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.

    By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.

.net MDL viewer control

Messages
72
Country
australia
Hi,

I was wondering if anyone knew if there is a dll that allows one to view a preview of a model for sale of free for managed code (.net)?

I would just like to display a preview of the model, so if there is any dll viewer out their you know about, could you let me know.

Cheers,
Nudge
 

scruffyduck

Administrator
Staff member
FSDevConf team
Resource contributor
Messages
34,855
Country
unitedkingdom
Well there are a couple of programs that do it. One is my Library Object Viewer which is in C# but there is no dll. It uses DirectX. Also Arno's Mdl Tweaker can generate 3d views and I think that might be in a dll, but he would be able to answer that better than I. LOV only handles FS9 models at this time

Exactly what are wanting to use it for?
 

arno

Administrator
Staff member
FSDevConf team
Resource contributor
Messages
32,885
Country
netherlands
It is not really a separate DLL in MDL Tweaker. For my new MDLConverterX tool I am also working on some rendering code, but once again it is not completely separated from the rest of the program. In both cases I am using OpenGL to draw the actual object.
 
Messages
72
Country
australia
Sorry forgot to mention it's for viewing FSX mdl files.

I would like to add a feature to my application that allows me to view a preview of the model, I'm currently using the thumbnail that is included with alot of the aircraft, but have found that not all payware have thumbnails.

So, I thought rather than rely on the thumbnail, I could display the actual model in a preview.
 
Top