RawAccessor constructor
RawAccessor({
- required GltfRoot root,
- required GltfRef<
BufferView> bufferView, - required int byteOffset,
- required ComponentType componentType,
- required bool normalized,
- required int count,
- required AccessorType type,
- required List<
double> ? max, - required List<
double> ? min, - required SparseAccessor? sparse,
Implementation
RawAccessor({
required super.root,
required this.bufferView,
required this.byteOffset,
required this.componentType,
required this.normalized,
required this.count,
required this.type,
required this.max,
required this.min,
required this.sparse,
});