class MorphTarget { String name; List<Vector3> vertices; MorphTarget( { this.name, this.vertices } ); }
Creates a new Object instance.
Object instances have no meaningful state, and are only useful through their identity. An Object instance is equal to itself only.
MorphTarget( { this.name, this.vertices } );
String name
List<Vector3> vertices