GltfAccessor constructor
GltfAccessor({
- required GltfComponentType componentType,
- required int count,
- required GltfAccessorType type,
- int? bufferView,
- int byteOffset = 0,
- bool normalized = false,
- List<
double> ? min, - List<
double> ? max,
Implementation
GltfAccessor({
required this.componentType,
required this.count,
required this.type,
this.bufferView,
this.byteOffset = 0,
this.normalized = false,
this.min,
this.max,
});