Plastix / PixelPilot

A top down dogfighting game with pixel graphics.
0 stars 0 forks source link

Add particle system plane trails #80

Closed Plastix closed 9 years ago

Plastix commented 9 years ago

This commit still culls the trails when the planes are culled. We could do a few things:

  1. Cull planes more liberally to make the culling less noticeable
  2. Create a new particle effect wrapper that is culled extremely liberally. (To my knowledge we have just have to assume the emitter's particles are no longer on the screen when we cull the emitter).
JEphron commented 9 years ago

We can deal with the culling thing in another commit if you want to get this merged. Everything looks good otherwise.

Plastix commented 9 years ago

Ok will do.