three-meshline icon indicating copy to clipboard operation
three-meshline copied to clipboard

`setPoints` with a typed array not working in birds demo, only regular array works

Open trusktr opened this issue 3 years ago • 0 comments

See these lines:

https://github.com/lume/three-meshline/blob/eba9c4a700c2d92fc933fbf3f00611e9f3e9caf1/demo/birds.html#L76-L87

The loop with the Float32Array leads to the lines initially glitched, but the loop with the normal Array works fine.

trusktr avatar Jan 13 '23 18:01 trusktr