Skip to content

Setting up particle culling

Particle culling is the act of disabling particle emitters when they are out of range.

Setup

By default, particle culling doesn't need any implementation and can work just fine without having to do anything. You can however set PARTICLE_CULLING_RANGE to however many studs you want.

INFO

This section is a stub. It will be expanded later on.