VCityTeam / py3dtilers

Tilers accepting various input formats (OBJ, 3DCity databases, GeoJson, IFC) and producing 3DTiles tilesets.
Other
172 stars 48 forks source link

3DTiles next survey, consequences... #94

Open EricBoix opened 2 years ago

LorenzoMarnat commented 2 years ago

3D Tiles Next

Semantic Metadata

Large emphasis on metadata:

Implicit Tiling

glTF Contents

Multiple glTF contents can be associated to each tile. Semantic data can be attached to a content group.

Tiles will refer to .gltf or .glb files (instead of .b3dm, .i3dm or pnts). This will allow 3D Tiles community to benefit from glTF community's work (validators, converters, pipelines, modeling tools, loaders, etc).

3D Tiles Next will use glTF extensions to store the metadata in the content files. Batched 3D Models will use 2 extensions:

Compression

Using .glb or .gltf files instead of .b3dm will allow compression without losing metadata.

See compression issue.