How do I get the vertex data from my position attribute into a shader with a DataTexture?

Hi!

Seems, it needs to be THREE.RGBAFormat, and all the data for points there has to have 4 components per texel. :thinking:
I remember, that it didn’t work for me with RGBFormat here: A Model of Wire, until I changed it to RGBAFormat.

1 Like