-
-
Notifications
You must be signed in to change notification settings - Fork 21.5k
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
Particle System Improvement #6377
Comments
Seen #6235 then, regarding the random numbers? |
IMO each particle parameter should be input as a Vector2: Max and Min. That would be easy and let you choose any range you like. |
I will add to this particle improvement general subject.
Watch it in action on https://youtu.be/vG-0RO7e48U There was a similar request before, so also add #4250 |
currently working on new particle system, this kind of stuff will be
possible
…On Fri, Jan 6, 2017 at 8:34 PM, Freeman ***@***.***> wrote:
I will add to this particle improvement general subject.
It would be great if Godot particle system was able to do things similar
to Hayate Particle Turbulence <http://maxproude.com?p=160> that was
available in Unity's Assetstore for previous version of Unity.
Especially two features:
- particles "turbulence" generated from Sine, Cosine, Perlin,
Animation Curves, Textures and Audio.
- particles leaving trail.
Watch it in action on https://youtu.be/vG-0RO7e48U
There was a similar request before, so also add #4250
<#4250>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#6377 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AF-Z25QMvHBliyfCBrWpMPYP4FCbMDdYks5rPs98gaJpZM4J0DEg>
.
|
First of all thank you for your report and sorry for the delay. We released Godot 3.0 in January 2018 after 18 months of work, fixing many old issues either directly, or by obsoleting/replacing the features they were referring to. We still have hundreds of issues whose relevance/reproducibility needs to be checked against the current stable version, and that's where you can help us. For bug reports, please also make sure that the issue contains detailed steps to reproduce the bug and, if possible, a zipped project that can be used to reproduce it right away. This greatly speeds up debugging and bugfixing tasks for our contributors. Our Bugsquad will review this issue more in-depth in 15 days, and potentially close it if its relevance could not be confirmed. Thanks in advance. Note: This message is being copy-pasted to many "stale" issues (90+ days without activity). It might happen that it is not meaningful for this specific issue or appears oblivious of the issue's context, if so please comment to notify the Bugsquad about it. |
#7199 - related to this issue - is still open. |
If some of the features proposed here are still relevant in the current master branch, I would suggest to add them to this tracker: #20473. |
Godot's particle system is very simple and does its job very well, but some things can be added to it:
Off topic: add randi_range(min, max). No more cyber-bulling to integers!
The text was updated successfully, but these errors were encountered: