Class BackgroundExtractor

java.lang.Object
com.badlogic.ashley.core.EntitySystem
com.badlogic.ashley.systems.IteratingSystem
gaiasky.scene.system.render.extract.AbstractExtractSystem
gaiasky.scene.system.render.extract.BackgroundExtractor

public class BackgroundExtractor extends AbstractExtractSystem
Extracts background model object and UV grid data to feed to the render stage.
  • Constructor Details

    • BackgroundExtractor

      public BackgroundExtractor(com.badlogic.ashley.core.Family family, int priority)
  • Method Details

    • processEntity

      protected void processEntity(com.badlogic.ashley.core.Entity entity, float deltaTime)
      Specified by:
      processEntity in class com.badlogic.ashley.systems.IteratingSystem