Today I have added some more options to ModelConverterX, this time different render modes for the preview. Before you could only render the object as it would show in FS, but now you also have the option to only show the faces (no textures) or to show a wireframe view of the object. I some […]
A too powerful tool?
A tool like ModelConverterX is very powerful in converting objects between different formats. But the fact that it can read BGL or MDL files as well also means it becomes relatively easy to import the work of somebody else into GMax and modify it to your needs. This gives some tension, on one hand you […]
gPoly status update #2
Just a little update again with the progress of this morning. Using GDAL I got the geo-referenced background image loaded into gPoly. Until now it works quite good, but I think I will have to optimize the code a bit more to work better with bigger background images. Also I will have to add some […]
gPoly status update #1
OK, this is dangerous. I have made this mistake before, posting about a tool that is not yet finished at all. So let me start with a little disclaimer: although I have started coding on the new gPoly tool and although I am writing about it on my blog now, I am not sure when […]
Google Building Maker
Today I stumbled upon this new tool by Google: Building Maker. It is quite impressive to see how with a few mouse clicks you can make a 3D model using images showing the object from different angles. I guess this way of constructing would be the dream of many FS developers as well. I did […]
KMZ reader
As a little bonus feature on top of the COLLADA reader I added yesterday, I have now also added a KMZ reader. KMZ is the file format used by Google Earth for its objects and basically it is a ZIP file containing the COLLADA file for the object and all the texture used all in […]
COLLADA reader available
The COLLADA reader for ModelConverterX, that I talked about in the previous post, will be available in the development release from tomorrow. The reader can read the geometries and materials used by the objects. At the moment transformations and animations are not yet supported. Below is another screenshot of the duck test object, now with […]
COLLADA reader
Last I week I gave Google Sketchup another try and it seems a program you can learn to use quite quickly. If you compare it with GMax I think it has a learning curve that is much less steep. And I think if you model carefully in Sketchup you can make models with it that […]
FSWeekend 2009
Time for a little update. This weekend was the annual FSWeekend in the Netherlands again, and I was present there on behalf of NL2000 and FSDeveloper. For NL2000 this was certainly not the first time we were there and it was a lot of fun to meet all those users of our scenery again. There […]
Revival of a tool
Today I made a new version of a small tool I did some time ago. Actually I redesigned it completely from scratch using C# and .NET this time. The tool I am talking about is CompileHelper. This is a small tool to assist developers in compiling their source files. For many developers using command line […]