Simple snow particle system flickering problem #4932
Unanswered
Software-Sean
asked this question in
Q&A
Replies: 1 comment
-
One thing I noticed is..... that when the velocity is an integer, like 1 or 2, there's no flicker or jitter. But when the velocity is a decimal, like 0.2f or 0.3f, there's jitter. It probably has something to do with it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm quite new to Raylib and trying to make a simple snow particle system. I managed to make it as below code and built it. But when I run it, the snowflakes flicker and I can easily notice it.
Here's the snowflake image(png) link.
snow.png
and below is the captured video of flickering for your reference.
captured video
Can anyone please tell me what I'm missing here? Thank you.
Beta Was this translation helpful? Give feedback.
All reactions