How do I extract instancedMesh rotations, to increment them, and update them once done?

Hi!
I used .decompose() method and a dummy object here: Hexagonal grid formation
Look for the line mat4.decompose(dummy.position, dummy.quaternion, dummy.scale); in both codepens from that topic.

1 Like