AFAIK, there is no built-in functionality for rotation of texture on individual points, thus you just need to modify THREE.PointsMaterial
: https://jsfiddle.net/prisoner849/1wpo8t92/
4 Likes
AFAIK, there is no built-in functionality for rotation of texture on individual points, thus you just need to modify THREE.PointsMaterial
: https://jsfiddle.net/prisoner849/1wpo8t92/