fzzyhmstrs / pc

MIT License
10 stars 2 forks source link

Comparison between immediately fast and particle core ? #23

Closed Beez3-A closed 2 hours ago

Beez3-A commented 2 hours ago

Both mods do improvements on particles, but what's the difference between them ?

fzzyhmstrs commented 2 hours ago

Id have to review their source code to be absolutely sure, but my understanding of the basic difference is Particle Core optimizes "pre rendering" (culling particles that don't need to be drawn, optimizing 3D rotations, lightmap polling optimization, etc), while immediately fast optimizes the actual rendering of the particles that are drawn. I believe these two optimizations stack well

Beez3-A commented 1 hour ago

Thanks for the lightspeed response :D