Geometry class
Constructors
-
Geometry(Float32List vertices, List<
int> indices, {Float32List? normals, Float32List? uvs, PrimitiveType primitiveType = PrimitiveType.TRIANGLES})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- hasNormals → bool
-
no setter
- hasUVs → bool
-
no setter
- indices → Uint16List
-
final
- normals → Float32List
-
final
- primitiveType → PrimitiveType
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- uvs → Float32List
-
final
- vertices → Float32List
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
scale(
double factor) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited