Class GenericSpacecraft

All Implemented Interfaces:
com.badlogic.gdx.utils.Disposable, I3DTextRenderable, IModelRenderable, IQuadRenderable, IRenderable, IFocus, IStarContainer, IVisibilitySwitch, IPosition
Direct Known Subclasses:
Spacecraft

public class GenericSpacecraft extends Satellite
A generic spacecraft
  • Field Details

    • renderQuad

      protected boolean renderQuad
  • Constructor Details

    • GenericSpacecraft

      public GenericSpacecraft()
  • Method Details

    • addToRenderLists

      protected void addToRenderLists(ICamera camera)
      Adds this entity to the necessary render lists after the distance to the camera and the view angle have been determined.
      Overrides:
      addToRenderLists in class ModelBody
    • setRenderquad

      public void setRenderquad(String renderQuad)
    • setRenderquad

      public void setRenderquad(Boolean renderQuad)