Browse by Tags

All Tags » Programming » FsX (RSS)

ModelConverterX and x64

Just after the release of the new ModelConverterX version, fellow MVP Lefteris reported the first bug to me. That in itself was not so weird, as there have been many bugs reported during the previous testing phases. But the bug that was reported was a...
Posted by arno | with no comments
Filed under: , ,

User interface and manuals

It's already some days ago that I wrote that the next version of ModelConverterX is almost ready. One reason for the delay is that I got a cold this week and that reduced the amount of time I would like to spend behind the screen a bit. But another...
Posted by arno | with no comments
Filed under: , , ,

Real-time rendering

Recently I bought an interesting book, Real-time rendering . I have not completely finished reading this book, but it contains a lot of useful information. For example I have found there solutions for some problems I had while working on my ModelConverterX...
Posted by arno | with no comments

Triangulation

Today I did some more work on the ModelConverterX tool again. There were some complex polygons that were not converted into triangles correctly, so I had to improve the triangulation algorithm. I did make such an algorithm a while ago for another tool...
Posted by arno | with no comments
Filed under: , ,

GFL SDK

Loading in all the different kind of textures that FS supports in a tool can be a quite challenging task. Some scenery object use 8 bit textures, others 32 bit, or compressed DXT textures. Some objects even still use the old RAW textures with a palette...
Posted by arno | with no comments
Filed under: , ,