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

How to set pbr material ? #59

Closed intckarl closed 4 years ago

intckarl commented 4 years ago

Like the last issue, there is only one materialDefinitions in a slpk file.

In glTF there is name of every material, but I didn't see that in materialDefinitions.cmn.md, I really can't see how to control each and every node's material and texture.

ajuanr commented 4 years ago

The materialDefinitions in 3DSceneLayer.json can have more than one materialDefinition object. By adjusting the material property within the nodepage, you can control the material and texture for every node.