GlbModelWriter class final

A self-contained glTF binary.

Implemented types

Constructors

GlbModelWriter({bool compressGeometry = false})
const

Properties

compressGeometry → bool
See GltfWriter.compressGeometry.
final
hashCode → int
The hash code for this object.
no setterinherited
name → String
What an agent, a command line or a request asks for: glb, obj, stlAscii. Stable, because it is typed by people and stored in scripts.
no setteroverride
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
says → String
One line for a menu, in the words a person recognises.
no setteroverride
suffix → String
The suffix of the first file, dot included.
no setteroverride
tolerance → double
How far a number may move on the way through: 0.0 for a binary format, the printed precision for a text one.
no setteroverride

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
readBack(ModelWrite written) → Future<ModelDocument>
The document written reads back as.
override
toString() → String
A string representation of this object.
inherited
write(ModelDocument document, {String baseName = 'model'}) → ModelWrite
document as files, named from baseName.
override

Operators

operator ==(Object other) → bool
The equality operator.
inherited