Interface MorphTarget

interface MorphTarget {
    name: string;
    vertices: Vector3[];
}

Properties

Properties

name: string
vertices: Vector3[]