summaryrefslogtreecommitdiff
path: root/scene/3d/cpu_particles.h
AgeCommit message (Expand)Author
2019-06-16Merge pull request #29700 from clayjohn/cpuparticles_transform_bugRémi Verschelde
2019-06-14fix CPU particles bug with local_coords and transformclayjohn
2019-06-13Implement missing orbit velocity for CPUParticles and CPUParticles2DRémi Verschelde
2019-03-09Prevent invisible/inactive cpuparticles to redraw(3d)Daeil Kim
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-11-04Remove animation loop from ParticlesMaterial + improvements to CPUParticles2DJFonS
2018-10-08Fixes to CPU particles for performance and avoiding NaNs.Juan Linietsky
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-09-04Move ParticlesMaterial code to its own resource fileRémi Verschelde
2018-08-29Add missing copyright headersRémi Verschelde
2018-07-07Add option to convert Particles to CPUParticlesJuan Linietsky
2018-07-06Support for CPU based particles, which aids compatibility with OpenGL ES 2.0Juan Linietsky