Video tutorial about performance

Tomorrow there will be another online video tutorial on the FSDeveloper LiveStream channel. The subject of this tutorial is performance for 3D objects and the tutorial will start at 22:00 CET (21:00 UTC). The following topics will be covered: Definition of concepts important for the performance: levels of detail, drawcall and texture vertex Performance tips […]

ModelConverterX and LODs

It’s a little bit ironic, after all the effort I put in the LOD Creator functionality of ModelConverterX. But today I found out that the LODs were not really working in FSX SP2 when you exported the FSX MDL files. This is because of the drawcall batching functionality that I wrote about in the previous […]

ModelConverterX 1.1 available

Just a quick note that a new stable version of ModelConverterX is available. If you have been using the development release lately there is not so much changed, but compared to the last stable release there are loads of improvements. I have also updated the user manual. For the coming time the development of ModelConverterX […]

A sunday morning experiment

By default landclass is defined as grid data within FSX, so that means that for each area of roughly 1.2 x 1.2 kilometre you can define what kind of land usage it has. For some time already I wanted to test what effect landclass polygons would have on the looks of the terrain, so this […]

Revival of a tool

Today I made a new version of a small tool I did some time ago. Actually I redesigned it completely from scratch using C# and .NET this time. The tool I am talking about is CompileHelper. This is a small tool to assist developers in compiling their source files. For many developers using command line […]