One of the items still on my scenProc wishlist is adding a feature that allows you to vary the heights of the autogen buildings In the current version you have to set the same height distribution for all autogen tiles. But how to do that? I started a thread on the forum a while ago to […]
Reading KML files
I have added support for another file format to scenProc, it is now also possible to read KML files. This means that you can now use Google Earth as well to draw your points, lines and polygons. And then use scenProc to convert this data into autogen for FSX. I have only tested with some […]
Autogen creation workflow
I have made a new video tutorial that demonstrates the typical workflow I use to create autogen from OpenStreetMap data. In this tutorial I am creating forests, buildings and lights as FSX autogen. The tutorial also explains way to classify the buildings into types and categories, for example industrial or residential buildings.
Down time
Just a quick reminder that this website will be offline for an hour or so tomorrow morning. This means that also the development releases of my tools are not accessible for that time. As some of you might know the development releases and this site our hosted on a small server at my home. And tomorrow I […]
Auto completion for attributes
From the next development release scenProc has a new feature, it is now possible to get auto completion of possible attributes and their values. All you have to do is scan the file you will be processing by pressing the “Scan attributes” button. Be aware that this might take a while for big files. After […]
Turn on the turbo!
A while ago I made the scenProc step to split the features in the correct grid faster by using multiple threads. I have now updated almost all of the steps to use multiple threads and process the features in parallel. So this should reduce the time needed to process bigger areas quite a bit. Especially […]
Creating rectangles from a footprint
I have added a new processing step to scenProc, with this step you can replace a complex building footprint by a number of rectangles. The step only takes the filter of the objects you want to process as argument. So for example: REPLACEPOLYGONBYBUILDINGRECTANGLES|BUILDTYPE=3 It only works well on footprints that have many parallel edges, else […]
Features with holes (2)
Not so long ago I posted about added support to read features with holes from OSM files. Recently I learned that these changes slowed down reading OSM files more than 60 times. So I have removed this feature for now. Back to the drawing board, let’s see if I can find a more efficient way […]
A FS developer conference?
A user of the FSDeveloper community started an interesting discussion this week, would it be possible to organize a conference for FS addon developers? Similar to the AltDevConf it should be an online conference so that it is easy for people from everywhere to attend. At FSDeveloper we find this a very interesting idea, so […]
Texture border in drawcall minimzer
The drawcall minimizer has a new option, you can now add a border around your textures. This means that a row of pixels is added with the same colour as the outside of your texture. Doing this can prevent visible edges or black lines after running the drawcall minimizer. Below is a screenshot of the […]