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, but that one was for 2D polygons only. So I had to […]

Tango Desktop Project

Today I was looking around on the web for some icons to use in the ModelConverterX tool. Of course there are a lot of places where you can buy very expensive icons to use in your application, but that was not really what I was looking for. In the end I came across the Tango […]

Working with the GeoTIFF library

I came across this interesting article on how to use the GeoTIFF library today. This might be of interest for FS scenery tool designers as well, since the GeoTIFF format can now be used with the FsX resample. So that makes the GeoTIFF format also interesting for background images in tools for example.

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. And in FsX the DDS format has been added […]

COLLADA

For the new model conversion tool I am working on at the moment, I took a closer look at the COLLADA format this weekend. COLLADA is an open standard Digital Asset schema for interactive 3D applications. It can for example be used as an exchange format to share models between different tools. That is also […]