This website requires JavaScript.
Explore
Help
Register
Sign In
GoaLitiuM
/
FlaxEngine
Watch
1
Star
0
Fork
0
You've already forked FlaxEngine
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
5e52bf64698eb8809a5a724a70bcbb604202dc09
FlaxEngine
/
Source
/
Engine
/
Particles
History
Wojtek Figat
19d0d3b683
Remove system lockers during asset loads or saving (only unload needs it)
2025-09-09 15:26:27 +02:00
..
Graph
…
ParticleEffect.cpp
Fix crash regression from
#3588
when editing active particle emitters
2025-09-04 22:05:31 +02:00
ParticleEffect.cs
…
ParticleEffect.h
Fix crash regression from
#3588
when editing active particle emitters
2025-09-04 22:05:31 +02:00
ParticleEmitter.cpp
Remove system lockers during asset loads or saving (only unload needs it)
2025-09-09 15:26:27 +02:00
ParticleEmitter.h
…
ParticleEmitterFunction.cpp
Remove system lockers during asset loads or saving (only unload needs it)
2025-09-09 15:26:27 +02:00
ParticleEmitterFunction.h
…
Particles.Build.cs
…
Particles.cpp
Fix GPU particles issues with missing sorting keys data when shader is not yet loaded
2025-09-06 23:37:24 +02:00
Particles.h
Remove
ConcurrentSystemLocker
and use
ReadWriteLock
instead of better threading synchronization
2025-09-04 14:48:52 +02:00
ParticlesData.cpp
…
ParticlesData.h
…
ParticlesSimulation.cpp
…
ParticlesSimulation.h
…
ParticleSystem.cpp
…
ParticleSystem.h
…
Types.h
…