Instancedbuffergeometry

if i rotate geometry vertex in shader is it need rotate normals ? Because own some faces show black. If yes how to rotate normals in vertex shader ?

The same way you rotate vertices in shader :thinking:

For some ideas, not about instancing, but something similar: https://codepen.io/prisoner849/full/yLQyPav

3 Likes