Class Factory

java.lang.Object
com.marginallyclever.ro3.factories.Factory
Direct Known Subclasses:
MeshFactory, ShaderFactory, ShaderProgramFactory, TextureFactory

public abstract class Factory extends Object
Base class for factories that manage resources with different lifetimes. Factories extending this class should implement the removeSceneResources() method to clear resources that are not meant to persist for the lifetime of the application.