• Which the release of FS2020 we see an explosition of activity on the forun and of course we are very happy to see this. But having all questions about FS2020 in one forum becomes a bit messy. So therefore we would like to ask you all to use the following guidelines when posting your questions:

    • Tag FS2020 specific questions with the MSFS2020 tag.
    • Questions about making 3D assets can be posted in the 3D asset design forum. Either post them in the subforum of the modelling tool you use or in the general forum if they are general.
    • Questions about aircraft design can be posted in the Aircraft design forum
    • Questions about airport design can be posted in the FS2020 airport design forum. Once airport development tools have been updated for FS2020 you can post tool speciifc questions in the subforums of those tools as well of course.
    • Questions about terrain design can be posted in the FS2020 terrain design forum.
    • Questions about SimConnect can be posted in the SimConnect forum.

    Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.

    By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.

Done the Gmax task and now...?

Messages
288
Country
argentina
Well.. finally all the pieces are in place... but I need put trees in the scenery.
Having all made in Gmax ¿What do you guys, recommends? ¿Put trees in Gmax too or use another tool? ¿What tool can I use?
 

arno

Administrator
Staff member
FSDevConf team
Resource contributor
Messages
32,884
Country
netherlands
Hi,

I would place trees with XML code. Not sure which version of FS you work for, FsX includes quite a few tree objects by default. And for Fs2004 there are some good object libraries available.

It seems you made everything in one big GMax scene, does that not completely kill your performance?
 
Messages
288
Country
argentina
Hi,

I would place trees with XML code. Not sure which version of FS you work for, FsX includes quite a few tree objects by default. And for Fs2004 there are some good object libraries available.

It seems you made everything in one big GMax scene, does that not completely kill your performance?

Only loading time... but hell... it's a big city :D
 
Messages
1,098
Yes, I can't really see how this would work using just one big GMAX file -- what if you used it with a different mesh, wouldn't some objects no longer be at the proper height?
 
Messages
288
Country
argentina
Yes, I can't really see how this would work using just one big GMAX file -- what if you used it with a different mesh, wouldn't some objects no longer be at the proper height?

Yes.. but because Buenos Aires is in a very flat area (The pampa) it really has no effect in the terrain... :D
Well... not exactly... there are some minors height differences in the default terrain so I use a very large flatt area.
The scenery is not one large file (The max polys I try to compile is like 30.000, if the file has more polys, the compile don't work) its made with 5 files for major buildings and 5 files for residential homes.. every bgl has different Image Complex properties so depending on the Image Complexity that the user selects, more or less buildings are showed.
 

arno

Administrator
Staff member
FSDevConf team
Resource contributor
Messages
32,884
Country
netherlands
The biggest problem with having everything in one object, is that also all buildings will be drawn at the same time. Even if only one building for your scene is actual in the view, all will be drawn. That is because it is determined per object what should be drawn and not for each polygon in the object. So that is why people usually prefer to render all objects around a local origin and place it at the correct location with XML code. That allows better control over which objects to draw and when.

Especially for big sceneries, that can have a huge influence on the performance.
 
Top