Package games.pixscape.runtime.system
Class RenderOcclusionCullingSystem
java.lang.Object
com.artemis.BaseSystem
games.pixscape.runtime.system.RenderOcclusionCullingSystem
public final class RenderOcclusionCullingSystem
extends com.artemis.BaseSystem
Culling par occlusion 2D sur les sprites en utilisant le RenderStateSOA.
-
Field Summary
Fields inherited from class com.artemis.BaseSystem
world -
Constructor Summary
ConstructorsConstructorDescriptionRenderOcclusionCullingSystem(com.badlogic.gdx.graphics.OrthographicCamera cam, RenderStateSOA state, RenderStats stats) -
Method Summary
Methods inherited from class com.artemis.BaseSystem
checkProcessing, dispose, end, getWorld, initialize, isEnabled, process, setEnabled, setWorld
-
Constructor Details
-
RenderOcclusionCullingSystem
public RenderOcclusionCullingSystem(com.badlogic.gdx.graphics.OrthographicCamera cam, RenderStateSOA state, RenderStats stats)
-
-
Method Details
-
begin
protected void begin()- Overrides:
beginin classcom.artemis.BaseSystem
-
processSystem
protected void processSystem()- Specified by:
processSystemin classcom.artemis.BaseSystem
-