+1 vote

I'm working on simulating very simple cloth physics using godot's particle system, and I think the final key to this puzzle is having the particles set their rotation only once - when they are created. However, when messing with the angle property of a particle material at run-time, it affects all particles all the time.

In effect, I want the particles to be looking at where the origin was when they were created. Currently, they all just look to where the angle property tells them to. Is there any way to get the effect I desire?

Thanks!

in Engine by (63 points)

Can't you just rotate the Particle2D node? That's how you usually change their direction.

Please log in or register to answer this question.

Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.