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

singleComponentParams #73

Closed Shtirlic81 closed 4 years ago

Shtirlic81 commented 4 years ago

In the description said: "Objects of this type extend vestedGeometryParams and use one texture and one material..."

But you have an attribute of textureID as array of numbers. Should it be just a single number?

Thanks

rvargasESRI commented 4 years ago

@Shtirlic81 You are correct, it should only be a single number value. We will make this change, thank you.