InstancedInterleavedBuffer constructor
InstancedInterleavedBuffer(
- TypedDataList array,
- int stride,
- dynamic meshPerAttribute
Implementation
InstancedInterleavedBuffer(super.array, super.stride, meshPerAttribute){
this.meshPerAttribute = meshPerAttribute ?? 1;
type = "InstancedInterleavedBuffer";
}