I'm trying in vain to make something that would basically give me little dots on all the vertices of the mesh. Is this possible in amplify using the built in nodes? Or am I going to have to resort to writing code?
Basically I'd assume it would sample each world position on the mesh and run that against the point positions and do a distance test of some sort.
but I cant wrap my head around it. Is there any good guide for writing custom function code in Amplify? The wiki is pretty empty about it.