Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Offer two types of particle dynamics: velocity and acceleration #5574

Closed
QbieShay opened this issue Oct 11, 2022 · 1 comment
Closed

Offer two types of particle dynamics: velocity and acceleration #5574

QbieShay opened this issue Oct 11, 2022 · 1 comment

Comments

@QbieShay
Copy link

Describe the project you are working on

Various VFX

Describe the problem or limitation you are having in your project

Right now it's complicated to have advanced control over particle's motion, which is good for realistic particles, but not so good for stylized.

Describe the feature / enhancement and how it helps to overcome the problem or limitation

Split the dynamic between using forces/accelerations and velocity. Velocity control should add a velocity over life parameter, and things like more precise control of the trajectory (add vortex velocity, etc.)

Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams

To be defined.

If this enhancement will not be used often, can it be worked around with a few lines of script?

A custom particle material can be done - BUT - it won't be compatible with CPUParticles.

Is there a reason why this should be core and not an add-on in the asset library?

See above.

@QbieShay
Copy link
Author

Addressed by godotengine/godot#79527

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants