I am spawning meshes from a sphere, and to get the meshes face away from the initial location, I've set screen alignment mode to PSA_velocity (velocity is based on the position on the sphere where the particle spawned). This works just fine, but I cannot rotate the meshes unless I change the screen alignment mode to something else, like PSA_square. Is there a way to rotate the meshes while being able to keep the meshes' alignment based on velocity?
Replies
One alternate if you haven't tried: Change the alignment to psa_TypeSpecific. You can then use the camera facing section in the mesh data module to try different alignments. While I'm not sure what you're trying to achieve, one of the options may come handy and is worth the shot (make sure you check the 'camera facing' box to activate it).