Class EclipticOrbit

All Implemented Interfaces:
com.badlogic.gdx.utils.Disposable, IGPUVertsRenderable, ILineRenderable, IRenderable, IStarContainer, IVisibilitySwitch, IPosition

public class EclipticOrbit extends Orbit
Orbit on the ecliptic plane.
  • Constructor Details

    • EclipticOrbit

      public EclipticOrbit()
  • Method Details

    • updateLocalTransform

      protected void updateLocalTransform(Instant date)
      Update the local transform with the transform and the rotations/scales necessary. Override if your model contains more than just the position and size.
      Overrides:
      updateLocalTransform in class Orbit