Hello, I have objects disappearing at short distances in the scene. Even after exporting without errors and all builds are correct, the object just a few meters away ends up disappearing. They are not small objects, but rather large objects, such as buildings. Could you help me solve this problem? Thank you very much.
do Lods!
Reading:
[LOD Selection System](LOD Selection System
Viewing:
MSFS 2024 SDK Tutorial - The “new” LOD Selection system
In your object XML, use LODS autoGenerate=“true” to generate LODs if you don’t wish to model them.
1 Like
<?xml version="1.0" encoding="utf-8" ?>
<ModelInfo version="1.1" guid="{...}">
<LODS autoGenerate="true"></LODS>
</ModelInfo>
And the result is …
Awful.
I’ve only done a couple, but they worked amazingly well. Perhaps your models are more complex.
Thanks for the tip! This saved my - you know what.