User Tools

Site Tools


morph

Description

Defines a set of sparse morph deltas.

Parent Objects

Properties

Name Description Default Required
vertex_count An int representing the number of vertices expected in the target geometry. 0 yes
deltas A float3_indexed_array of the morph deltas. None yes
extra An array of objects that represent additional application-specific information for this object. N/A no

Example

{     
    "vertex_count" : 4,
    "deltas" : {
        "count" : 2,
        "values" : [
            [0, 1.23, 2.34, 3.45],
            [3, 1.23, 2.45, 3.56]
        ]
    }
}