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.
  • Constructor Details

    • RenderOcclusionCullingSystem

      public RenderOcclusionCullingSystem(com.badlogic.gdx.graphics.OrthographicCamera cam, RenderStateSOA state, RenderStats stats)
  • Method Details

    • begin

      protected void begin()
      Overrides:
      begin in class com.artemis.BaseSystem
    • processSystem

      protected void processSystem()
      Specified by:
      processSystem in class com.artemis.BaseSystem