Class LineRecord

java.lang.Object
com.ardor3d.renderer.state.record.StateRecord
com.ardor3d.renderer.state.record.LineRecord

public class LineRecord extends StateRecord
  • Field Details

    • smoothed

      public boolean smoothed
    • stippled

      public boolean stippled
    • smoothHint

      public int smoothHint
    • width

      public float width
    • stippleFactor

      public int stippleFactor
    • stipplePattern

      public short stipplePattern
  • Constructor Details

    • LineRecord

      public LineRecord()
  • Method Details

    • invalidate

      public void invalidate()
      Description copied from class: StateRecord
      Invalidate this record - iow, we don't trust this record's information about the opengl state machine.
      Overrides:
      invalidate in class StateRecord