You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"gltf_detailedDescription" : "The ID of the technique. If this is not supplied, and no extension is present that defines material properties, then the primitive should be rendered using a default material with 50% gray emissive color."
},
"values" : {
"type" : "object",
"description" : "A dictionary object of parameter values.",
"properties" : {
},
"additionalProperties" : {
"$ref" : "material.values.schema.json"
},
"default" : {},
"gltf_detailedDescription" : "A dictionary object of parameter values. Parameters with the same name as the technique's parameter override the technique's parameter value."