Interface GizmoPrimitives

All Known Implementing Classes:
DrawableGizmoPrimitives

public interface GizmoPrimitives
  • Method Details

    • addPoint

      void addPoint(Vec3 pos, int color, float size)
    • addLine

      void addLine(Vec3 start, Vec3 end, int color, float width)
    • addTriangleFan

      void addTriangleFan(Vec3[] points, int color)
    • addQuad

      void addQuad(Vec3 a, Vec3 b, Vec3 c, Vec3 d, int color)
    • addText

      void addText(Vec3 pos, String text, TextGizmo.Style style)