Contains a registry of normal surface filtering classes known to the engine. Each such class should be a subclass of NSurfaceFilter. More...
#include "surfaces/nsurfacefilter.h"
#include "surfaces/sfproperties.h"
#include "surfaces/sfcombination.h"
Contains a registry of normal surface filtering classes known to the engine. Each such class should be a subclass of NSurfaceFilter.
Each time a new filtering class is created, this filter registry should be updated. Instructions regarding how to do this are included in filterregistry.h, which also contains instructions regarding how to actually use the filter registry.
See NSurfaceFilter for further details.