Class ZBufferStateRecord

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

public class ZBufferStateRecord extends StateRecord
  • Field Details

    • depthTest

      public boolean depthTest
    • writable

      public boolean writable
    • depthFunc

      public int depthFunc
  • Constructor Details

    • ZBufferStateRecord

      public ZBufferStateRecord()
  • 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