File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -208,7 +208,16 @@ at 2 frames per second. Note this does not slow down the particle system itself.
208
208
Fract Delta
209
209
~~~~~~~~~~~
210
210
211
- This can be used to turn Fract Delta on or off.
211
+ Setting Fract Delta to ``true `` results in fractional delta calculation,
212
+ which has a smoother particles display effect.
213
+ This increased smoothness stems from higher accuracy.
214
+ The difference is more noticeable in systems with high randomness or fast-moving particles.
215
+ It helps maintain the visual consistency of the particle system,
216
+ making sure that each particle's motion aligns with its actual lifespan.
217
+ Without it, particles might appear to jump or move more than they should in a single frame
218
+ if they are emitted at a point within the frame.
219
+ The greater accuracy has a performance tradeoff,
220
+ particularly in systems with a higher amount of particles.
212
221
213
222
Drawing parameters
214
223
------------------
You can’t perform that action at this time.
0 commit comments