For quite some time already ModelConverterX has the functionality to attach things to your object. For example an effect or another library object. I mainly used this to attach lights to objects and since these shine in any direction I never really bothered to check the orientation properly. Until there were some questions about this […]
Normal maps for FSX
Today I was experimenting a bit with using normal maps and bump maps in gPoly. So this meant I had to make some bump maps and while doing so it bothered me again that you have to transform the output of the normalmap plugins to work correctly in FSX. Maybe it is my GIMP skills, […]
gPoly status update #11
I have made some progress again on the gPoly tool. The two main features I worked on today are finishing the Bezier curves and extending the user interface so that you can edit the texture mapping of the polygons. Since these feature are difficult to explain with text or pictures, I have made a little […]
gPoly status update #10
This evening I have been working on a feature for gPoly that will make it a lot easier to draw curved edges of your ground polygons. By using Bezier curves you don’t have to add many points to get a nice smooth curve. All you have to do is set the begin and end point […]
ModelConverterX 1.2 released
A new stable version of ModelConverterX has been released. Especially for users converting COLLADA and SketchUp objects this should mean that they can use the stable version again. Since version 1.1 I changed so much, that we always had to tell those users that they needed the development release. Have a look at this post […]
gPoly status update #9
Just a quick status update for the gPoly tool. I think I got the code working now that will ensure that your polygons are automatically sliced into segments of no more than 100 meter. This ensures that there will be no issues with the curve of the earth in FSX. The same code can also […]
gPoly status update #8
I have now chosen the airport that I will use as a test field for developing the gPoly tool. It is Marshfield Municipal Airport (KGHG) in Massachusetts. So I have drawn some of the aprons and taxiways and am testing now if I can export them correctly to FS. At first I was exporting with […]
SketchUp texturing and FSX conversion
Let’s start with the good news, I finished my model of the church in Abcoude. All the textures have been applied as you can see in the screenshot below. But I learned some interesting things while trying to get that far. Let me start with explaining my approach to texturing the building. I had decided […]
gPoly status update #7
It feels like it is a long time ago I wrote a status update about the gPoly tool. And now that I think about it, it is actually a long time ago. But this weekend I have done some work on the tool again. I have mainly focussed on two functionalities: Being able to save […]
Drawcall minimzer with night textures
A few weeks ago I introduced the Drawcall minimizer functionality of ModelConverterX. This function can pack the different textures used on your model into bigger texture sheets to reduce the amount of drawcalls. This will result in a better performance in FSX. One of the main drawbacks of the initial implementation was that only the […]