ParserState class

Constructors

ParserState.new()

Properties

colors List<double>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
materialLibraries List
final
materials Map
final
normals List<double>
getter/setter pair
object ParseStateObject?
getter/setter pair
objects List
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uvs List<double>
getter/setter pair
vertices List<double>
getter/setter pair

Methods

addColor(int a, [int? b, int? c]) → void
addDefaultUV() → void
addFace(String a, String b, String c, String? ua, String? ub, String? uc, String? na, String? nb, String? nc) → void
addFaceNormal(int a, int b, int c) → void
addLineGeometry(List<String> vertices, List<String> uvs) → void
addNormal(int a, int b, int c) → void
addPointGeometry(List<String> vertices) → void
addUV(int a, int b, int c) → void
addUVLine(int a) → void
addVertex(int a, int b, int c) → void
addVertexLine(int a) → void
addVertexPoint(int a) → void
finalize() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parseNormalIndex(String value, int len) int
parseUVIndex(String value, int len) int
parseVertexIndex(String value, int len) int
startObject(String? name, bool? fromDeclaration) → void
toString() String
A string representation of this object.
inherited

Operators

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