GltfNode constructor
GltfNode({})
Implementation
GltfNode({
this.name,
this.mesh,
this.skin,
this.children = const [],
this.matrix,
this.translation,
this.rotation,
this.scale,
});
GltfNode({
this.name,
this.mesh,
this.skin,
this.children = const [],
this.matrix,
this.translation,
this.rotation,
this.scale,
});