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