Hi,
I need help to write a INF file to compile one mesh bgl with two areas inside, one area with the resolution (LOD = 6,9) and other with the resolution (LOD = 6,10).
The INF file below do not give me what I need.
Any help?
Regards,
José
I need help to write a INF file to compile one mesh bgl with two areas inside, one area with the resolution (LOD = 6,9) and other with the resolution (LOD = 6,10).
The INF file below do not give me what I need.
Code:
; Resample INFormation file
; Variations test
[Source]
Type = MultiSource
NumberOfSources = 2
[Source1]
Type = GeoTIFF
Layer = Elevation
SourceDir = "G:\FSX\MeshX_FSX\INF_TIFF"
SourceFile = "Mesh_E7X.TIF"
NorthLat = -22.4999999999000
WestLon = -48.75
SouthLat = -28.1250000001
EastLon = -43.4765625019999
LOD = 6,9
[Source2]
Type = GeoTIFF
Layer = Elevation
SourceDir = "G:\FSX\MeshX_FSX\INF_TIFF"
SourceFile = "Mesh_E7X.TIF"
NorthLat = -22.4999999999000
WestLon = -42.773437500000
SouthLat = -28.1250000001
EastLon = -41.2499999999
LOD = 6,10
[Destination]
DestDir = "G:\FSX\MeshX_FSX\INF_TIFF"
DestBaseFileName = "MesHX_E7_FSX_2"
UseSourceDimensions = 1
Any help?
Regards,
José