Is Schema ASOBO_property_animation glTF correct in SDK?

IS the ASOBO_property_animation glTF schema correct in the SDK

{
    "$schema": "http://json-schema.org/draft-04/schema",
    "title": "ASOBO_property_animation glTF extension",
    "type": "object",
    "allOf": [ { "$ref": "glTFChildOfRootProperty.schema.json" } ],
    "properties": {
        "id": {
            "description": "Unique ID for node, used to retarge nodes between different glTF",
            "type": "string"
        },
        "extensions": { },
        "extras": { }
    }
}

Seems to be the same as ASOBO_animation_retargeting

{
    "$schema": "http://json-schema.org/draft-04/schema",
    "title": "ASOBO_animation_retargeting glTF extension",
    "type": "object",
    "allOf": [ { "$ref": "glTFChildOfRootProperty.schema.json" } ],
    "properties": {
        "id": {
            "description": "Unique ID for a node, used to retarget nodes between different glTF",
            "type": "string"
        },
        "extensions": { },
        "extras": { }
    }
}

ASOBO_property_animation is missing something about channels?? and the folder
does contain a jsn file about channels As the cub default aircraft has:

Could you please provide a
Sample of all the Animated Material allowed? EDIT: The only one I can find in
the default aircraft is for the Savage Cub UVoffsetV and UVOffsetU, These are
not even shown as an Animated Material option - Am I reading things wrong?
Also the Base Color, Emisive and ORM links in the Animated material section
link to the Base Color texture, but another thread here says that only the RGB
parameters, not the texture can be manipulated. Please add smoe more detail on
how and what we can use this feature for. There is a schema for
ASOBO_material_UV_options. I would assume there should be a BaseColor,
Emissive and OMR options as well? There is no ASOBO_material_standard schema
shown. This is all very confusing, and more information would be appreciated.

Have noted update in SDK Beta SU13

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.