MeshPrimitive class

Constructors

MeshPrimitive(List<int> bytes)
factory

Properties

boundsAabb Aabb3?
Local-space (vertex-position-space) bounds of this primitive.
no setter
boundsSphere Sphere?
no setter
hashCode int
The hash code for this object.
no setterinherited
indices Indices?
no setter
material Material?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
skinnedPoseUnionAabb Aabb3?
For skinned primitives only: union of vertex positions across every pose the primitive can take under the file's animations, computed offline by sampling each animation's keyframes and applying the resulting joint palette.
no setter
vertices → dynamic
no setter
verticesType VertexBufferTypeId?
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override
unpack() MeshPrimitiveT

Operators

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

Static Methods

pack(Builder fbBuilder, MeshPrimitiveT? object) int

Constants

reader → const Reader<MeshPrimitive>