While I was away to Cologne this week to attend a exhibition for my work, it seems quite a few interesting things happened in the FS world. Here is a quick summary of all the things I seem to have missed: The software of the community server this blog is on has been updated, all […]
Some normal map tricks
I do promise this will be my last post about normal maps for today, as I finally got them to work as I wanted. Due to the way MS has written their shaders, some special care is needed when constructing your normal map texture. If you just use the plugins that are made for it, […]
Normal map plugin
Hope you are not yet fed up with all my posts about normal maps. The SDK advice us to use the Nvidia Normal Map plugin for PhotoShop to create our normal maps. For those using the GIMP I just found a plugin that offers the same functionality, but then for the GIMP. I just wanted […]
How normal maps work
For those of you that are trying to understand more about the normal mapping (or bump mapping as it is called in the gamepack) that can be used in FsX, have a look at this nice tutorial. It helped me a lot in understand more of the principles behind it. At the moment I am […]
Cool idea to create normal maps
As you might have seen in the forums, I have been playing with bump mapping for scenery objects lately. While I was searching the web for a little more information, that might solve my shading problem as mentioned in the forum, I can across a nice tutorial that shows how you could create a bump […]
Working with FwTools
I have added a new article to the Wiki that explains how you can use [FwTools] to create GeoTIFF files, which you can use for your photo scenery. There might be other tools to do such tricks, but I am familiar with FwTools as I use it at work. And besides that it is a […]
Slooooooooow compilation
In my last blog post I mentioned that the new [FwTools] version had solved most of the problems I had with my markings compiler. That is true, but it also turned out that the speed of the compiler had not improved. Let me take the center lines of Schiphol airport as an example. I finally […]
New FwTools version solves some of my trouble
In the past I have already written about the markings I was working on for the Schiphol scenery and at the moment I am finalizing them. The tool I made to convert the lines of these markings into polygons uses [OGR] as I wrote about in that earlier post as well. This week I updated […]
Am I a data junkie?
At work my collegue and I, we are the ones working on the visual databases for the simulators, are quite well known for our excessive harddisk usage on our development systems. When we are using satelite images in these visual database, it is not that weird to have a few GB of images that we […]
The FsX MDL format
On the FsDeveloper Wiki I have added a page that describes (part of) the FsX MDL format. At the moment mainly the sections involved in a simple scenery object are covered, as that is the part I mainly looked at for the ModelConverterX tool until now. Hopefully this page is useful to other programmers as […]