Dart DocumentationthreeMorphTarget

MorphTarget class

class MorphTarget {
 String name;
 List<Vector3> vertices;
 MorphTarget( { this.name, this.vertices } );
}

Constructors

new MorphTarget({String name, List<Vector3> 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.

docs inherited from Object
MorphTarget( { this.name, this.vertices } );

Properties

String name #

String name

List<Vector3> vertices #

List<Vector3> vertices