Hi,
What is the best way to control a lot of meshes, like in this homepage for instance?
I’m used to work with particles, and I think I could achieve the same effect with Points and GPGPU, but in this example those are meshes and not Points so I’m missing one piece of the puzzle.
I know about THREE.BAS which in theory should help with that, but I find the approach used in this project somewhat awkward.
I also know about the threejs gpgpu birds example which is probably the better approach. But quite frankly the code is a bit too complicated to handle for me. If there was at least an explanation of the approach used that would probably be enough for me to grasp the logic, but without anything to guide me I just find the code confusing!
And finally, I also know about InstancedMesh but I find that quite limited.
Any input would be appreciated!