Is there a playground example somewhere of using ShaderMaterial, injecting additional custom attributes into the vertex shader?
I saw a recipe described by DeltaKosh, that says to create a vertex buffer and use mesh.setVerticesBuffer(). Makes sense.
Still, a working playground would save me fumbling around to get the syntax right. Been searching for an example of the recipe in action for a while. No joy so far.