GltfMeshPrimitive constructor

GltfMeshPrimitive({
  1. Map<String, int> attributes = const {},
  2. int? indices,
  3. int? material,
  4. int mode = 4,
})

Implementation

GltfMeshPrimitive({
  this.attributes = const {},
  this.indices,
  this.material,
  this.mode = 4,
});