Closed 60-hz closed 6 months ago
The indexOutput is missing in the code, so a idx.set(i / 3); is needed.
idx.set(i / 3);
Also would be great to add Ops: ArrayRotate & ArrayScale in the same logic for using array in transforms.
thanks, fixed on dev.cables.gl
this is now available on cables.gl
The indexOutput is missing in the code, so a
idx.set(i / 3);
is needed.Also would be great to add Ops: ArrayRotate & ArrayScale in the same logic for using array in transforms.