At the FSDeveloper forum there was a question about the size of crashboxes in FSX. These are often not so accurate around your object and that can give trouble with the aircraft crashing too early. So the question was how to change that? I did not know the answer, but I found it. There is […]
Alpha test level
ModelConverterX uses certain default values for the material settings when you press the “Set Default Transparent” button in the material editor. On of them is the alpha test value, which had a fixed value before. But with some alpha values in the texture that could result in the transparent part not showing up properly. This […]
New Prepar3D 3DS Max SDK
For those developers using 3DS Max to make their aircraft or scenery models there is good news. A common question on the FSDeveloper forum is which version of 3DS Max can I use together with the FSX gamepack? The bad news in that case is that it does not work with the latest versions and […]
Ground Polygon Wizard change
I have made a few small changes to the Ground Polygon Wizard. These changes deal with the way you can filter out polygons from your object after loading. In the previous version there were two buttons for this. “Filter out non-ground polygons” would remove all polygons that were not on the ground, while “Lower polygons […]
Better performance for line intersection calculations
Today I was “playing” a bit with a profiler on ModelConverterX. This gave some interesting insights in how often certain functions are called or how much time is spend in certain functions. One of the things I noticed was that while loading SCASM API macros the triangulation of the polygons took relatively a lot of […]
More preview functionality
After fixing some bugs that were reported last week, I spend most time today on adding more functionality to the 3D preview of ModelConverterX. So that means that from tomorrow there will be the following additional features: Texture clamp is now displayed correctly in the preview. This option is not widely used, but it can […]
Crashboxes
I have added a new function to ModelConverterX, you can now also visualize the crashboxes of MDL objects. This can give a very interesting insight in how those crashboxes have been made by XtoMDL or MakeMDL when you exported the object. They do not always follow the shape of the object exactly. To turn on […]
ObPlacer XML + FSX + web mapping services =
Added platform support
Sometimes a new feature is not that difficult to implement as you first think. For example adding support for platforms was on the ModelConverterX wishlist for a long time already. Yesterday I have started on it and now the new feature is done already. So from tomorrow you will find that the development release can […]
Platforms!
Maybe not the most exciting looking picture. But it shows the feature from the ModelConverterX wishlist that I have started working on. This feature is adding support for platforms. I have started with reading the platforms from FSX MDL files. What you see in the image indicated with the red lines are the triangles of […]