I’m using the Particle node to create particles that emit from my mouse position. I want the particles to move in the opposite direction of my mouse, but I’m having a problem keeping the speed of the particles constant.
Please take a look at my patch - any suggestions are appreciated.
naturally the vector gets greater when moving to the sides, so you just need the FrameDifference node to get the mouse movement vector (not the mouse position).