Class DonutEffect

java.lang.Object
de.slikey.effectlib.Effect
de.slikey.effectlib.effect.DonutEffect
All Implemented Interfaces:
Runnable

public class DonutEffect extends Effect
  • Field Details

    • particlesCircle

      public int particlesCircle
      Amount of particles inside of a single vertical circle
    • circles

      public int circles
      Amount of circles to build the torus
    • radiusDonut

      public float radiusDonut
      Radius of the torus
    • radiusTube

      public float radiusTube
      Radius of the tube (the circles on the outside).
    • xRotation

      public double xRotation
      Rotation of the torus.
    • yRotation

      public double yRotation
      Rotation of the torus.
    • zRotation

      public double zRotation
      Rotation of the torus.
  • Constructor Details

  • Method Details

    • onRun

      public void onRun()
      Specified by:
      onRun in class Effect