Esri / i3s-spec

This repository hosts the specification for Scene Layers which are containers for arbitrarily large amounts of geographic data. The delivery and persistence model for Scene Layers, referred to as Indexed 3d Scene Layer (I3S) and Scene Layer Package (SLPK) respectively, are specified.
Other
318 stars 85 forks source link

draco compression question #69

Closed giserHacter closed 4 years ago

giserHacter commented 4 years ago

Hello,devs I want to determine whether to remove duplicate vertices after reading the 0.bin.gz file and then use Draco compression or directly input the read duplicate nodes directly into the Draco mesh and use Draco to remove duplicate vertices.

rvargasESRI commented 4 years ago

We recommend letting Draco handle it.

Thanks for reaching out