Skip to content

Latest commit

 

History

History

TileFormats

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Tile Formats

The tile content in a 3D Tiles tileset represents the renderable content of a tile. It is referred to with the content.uri of the tile JSON.

The primary tile format in 3D Tiles 1.1 is the glTF Tile Format. It is built on glTF 2.0 and allows modeling many different use cases and different forms of renderable content in 3D Tiles.

Legacy Tile Formats

The following tile formats have been part of 3D Tiles 1.0, and have been superseded by the glTF Tile Format.

Table 1. Legacy tile formats and common uses
Legacy Format Uses

Batched 3D Model (b3dm)

Heterogeneous 3D models

Instanced 3D Model (i3dm)

3D model instances

Point Cloud (pnts)

Massive number of points

Composite (cmpt)

Concatenate tiles of different formats into one tile

See the migration guide for further information about how these use cases can be modeled based on the glTF tile format.