Interface UpdateFilter

All Known Implementing Classes:
AllowScaleFilter, MinMaxScaleFilter, PlaneBoundaryFilter, TerrainHeightFilter

public interface UpdateFilter
Filter used to modify SpatialState information prior to it being applied to a Spatial by the InteractManager.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called after a successful application of mouse/key input.
    void
    Callback for when a control begins a drag operation.
    void
    Callback for when a control ends a drag operation.
  • Method Details

    • applyFilter

      void applyFilter(InteractManager manager)
      Called after a successful application of mouse/key input.
      Parameters:
      manager - the manager
    • beginDrag

      void beginDrag(InteractManager manager)
      Callback for when a control begins a drag operation.
      Parameters:
      manager - the manager
    • endDrag

      void endDrag(InteractManager manager)
      Callback for when a control ends a drag operation.
      Parameters:
      manager - the manager