Different types of shapes

Hi,

The example given here is really well made but is there is any other shape that can be used as well?

https://threejs.org/examples/?q=birds#webgl_gpgpu_birds

The implementation of this example is hardwire to the given geometry. You can see this at the vertex shaders which make assumptions about certain vertices. So without rewriting the code, you can use a different geometry.