Class Cylinder

All Implemented Interfaces:
IMultiColorable, ISingleColorable, IGLBindedResource, IGLRenderer, ISortableDraw

public class Cylinder extends Composite
  • Field Details

    • height

      protected float height
    • radius

      protected float radius
    • top

      protected Polygon top
    • low

      protected Polygon low
  • Constructor Details

    • Cylinder

      public Cylinder()
  • Method Details

    • setData

      public void setData(Coord3d position, float height, float radius, int slices, int rings, Color color)