• 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.

P3D v4 Deep ditch between LOD11 & LOD13

Messages
173
Country
italy
I compiled with Resample 4.4 an terrain mesh with LOD11 and a terrain mesh portion to LOD 13 at a higher priority level. The source files are all TIFF wgs84. I tried to set the parameter LOD (Auto, 13, ... 3, 13) in all the ways but the result is always the same with FractionsBits I tried first with 2, 3 and 6.
MiG_022.jpg
MiG_027.jpg
MiG_020.jpg
MiG_021.jpg

Where am I doing wrong?
Thanks for the attention!

[Source]
Type = GeoTiff
Layer = Elevation
SourceDir = "I:\MeshAngola_QGIS\MESH_ETM12"
SourceFile = "RocceNereW_01.tif"
nCols = 1168
nRows = 626
xDim = 0.000113116
yDim = 0.000113116
PixelIsPoint = 1
SampleType = UINT32
NullValue = 255

[Destination]
DestDir = "K:\SBuilderX315\P3D\RocceNere\scenery"
DestBaseFileName = "RocceNereW_LOD12_125"
DestFileType = BGL
FractionsBits = 3
LOD = Auto,13
 
You could try this INF:
Code:
[Source]
Type = GeoTiff
Layer = Elevation
SourceDir = "I:\MeshAngola_QGIS\MESH_ETM12"
SourceFile = "RocceNereW_01.tif"

[Destination]
DestDir = "K:\SBuilderX315\P3D\RocceNere\scenery"
DestBaseFileName = "RocceNereW_LOD12_125"
DestFileType = BGL
FractionsBits = 3
LOD = 5,13

If the data is GeoTiff, you don't need nCols, etc...

Also, The LOD definition may be causing a problem, so you may want to play with that.
 
Back
Top