PDA

View Full Version : Idea New FMS MQO model browser


ggunners
Mar 30, 2004, 12:08 AM
For those of you who wanted a simpler way of deriving basic .PAR information from the Metasequoia LE .MQO file, I've created a mqo-browser application program using a FreeWare BASIC like language called Rapid-Q. The program reads an MQO file, lists the XYZ min, max, centers, span, chord and height for each object in the 3D model file, takes a scaling parameter and then transposes the .MQO XYZ coordinates to FMS .PAR coordinates. You can then save the file as .CVS, .TXT or print it.

Here's the link to my mqo-browser. (http://gunnerson.homestead.com/files/mqo-browser.zip)

If you want to change it, the source code's included.

Enjoy!

-- ggunners

ggunners
Apr 22, 2004, 02:55 PM
I've updated the model browser to display the Direct3D model associated with a Metasequoia model file in a window. You can find it at the same place. Just follow the link above.

-- ggunners

-------------------------------

July 21, 2004, Modified the screen resize routine to scale the DirectX and Listbox so you get bigger model images and list box at full screen. Take a look at the same above link when you get a chance.

-- ggunners