Sometimes Binz data are split into multiple datasets that should be viewed together. While it is possible to display multiple OGC 3D Tiles datasets into one view, sometimes it is desired to handle the datasets as one.

You can list several Binz datasets in a .binz.index file, which will be picked up by the TLcdBinzModelDecoder.

  • Each dataset must be on one line.

  • The datasets must be referred to by their path, relative to the path of the index file.

For instance, if you have this file structure:

C:\path\to\binz\datasetsA\data1.binz
C:\path\to\binz\datasetsA\data2.binz
C:\path\to\binz\other_folder\data3.binz
C:\path\to\binz\data4.binz

Then you could create an index file C:\path\to\binz\combined.binz.index with this content:

datasetsA\data1.binz
datasetsA\data2.binz
other_folder\data3.binz
data4.binz