I am sure you all have this problem, where to find the time to realize all the scenery ideas you have. I always seem to have a huge list of ideas for sceneries or tools that I want to test, try, design, etc. This means that I am usually doing many things at the same […]
The last piece of the animation puzzle
As I wrote two days ago, I was testing a method based on the CAT tweaks to make animation possible that use more than 1024 frames. While finding a trigger to get that animation running correctly (which I got working in the end), I made an even bigger discovery. I finally understood the last part […]
1021, 1022, 1023, … crash?
Today I have tried to break a limit of FS again. This time the 1024 frames per animation limit was the thing I tried to come around. Of course I can not really increase this limit, as it simply is there, but I have tried to play different animations after each other (each maximum 1024 […]
New FsX screenshots
A few additional screenshots of FsX have been released. I must say I like the amount of detail you see on the platform in the first screenshot. Now let’s hope that the code used to create this is easy to use in our addons as well.
GDAL
About a week ago I wrote about OGR, but actually that library is part of a bigger one. That is the Geospatial Data Abstraction Library (GDAL). And this library offers some very nice features as well. Let me give an example. It comes with a few tools for example and at work I used one […]
FsX
A few weeks ago FsX has been announced and now and then new screenshots appear. And until now I haven’t even mentioned this great news on my blog. But I do not want to discuss the released screenshots here, there is enough discussion going on about that on general FS forums. And I think most […]
Texture and material blend
At work we have recently updated our image generation software and the models that I had converted from GMax models suddenly looked a lot darker in the visual. To dark actually. So after a bit of searching we found out that the new version of the IG blends the material and texture, while the old […]
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 useful, as you do not have to […]
Datums – Who Needs ‘Em Anyway?
Some time ago I made a post about the importance of knowing what projection your data uses etc. Today I came across a nice article on the ESRI site discussing the importance of knowing your datum as well.