After creating a custom geometry and successfully using geometry.computeFaceNormals()
to achieve correct lighting, I encountered an issue when attempting to animate the geometry. Even though I call geometry.computeFaceNormals()
within the animation loop, the faces' lighting remains unchanged.
To see an example of this issue, check out this fiddle: