featureIdAttribute.schema.json 445 B

12345678
  1. {
  2. "$schema": "https://json-schema.org/draft/2020-12/schema",
  3. "$id": "featureIdAttribute.schema.json",
  4. "title": "Feature ID Attribute in EXT_instance_features",
  5. "type": "integer",
  6. "minimum": 0,
  7. "description": "An integer value used to construct a string in the format `_FEATURE_ID_<set index>` which is a reference to a key in `EXT_mesh_gpu_instancing.attributes` dictionary (e.g. a value of `0` corresponds to `_FEATURE_ID_0`)."
  8. }