Browse by Tags

All Tags » Programming (RSS)

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: , ,

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...
Posted by arno | with no comments
Filed under:

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...
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: , ,

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...
Posted by arno | 3 comment(s)

No math?

The last two days I posted rather positive about those new animation macros I was writing. Today I am a little less positive, as it seems I have hit a limit of BGLC/MASM (as far as I know BGLC is build on MASM). It seems I can only do very simple mathematical...
Posted by arno | with no comments

OGR

The last few days I have been using the OGR library at work. As the website says, it is a Simple Feature Library. It allows you to rather easy read, manipulate and write vector features in different file formats (for example DXF or SHP). This can be very...
Posted by arno | with no comments
Filed under: , , ,

OpenFlight

I want to start with a little warning. I am afraid this post is going to be rather long, so if you are already desperately in need of coffee now, you'd better get a cup before reading the rest of this. So what is this OpenFlight you are talking about...
Posted by arno | with no comments