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
319 stars 85 forks source link

SharedResource #37

Closed Shtirlic81 closed 5 years ago

Shtirlic81 commented 5 years ago

Hi,

In SharedResource there is a materialDefinitions field, and the explanation of it is: "Materials describe how a Feature or a set of Features is to be rendered."

So it suppose to be an array of material definitions (materialDefinition[])?

jfoster126 commented 5 years ago

Hi @Shtirlic81 ,

We don't support multiple materials per node. Since we have one "shared" resource per node, we can't have multiple materials listed here.

Please note that materialDefinition in the sharedResources are deprecated in 1.7. The materialDefinition in 1.7 is cleaner and easier to use.