Interface UI3dContext.MovementListener

Enclosing class:
UI3dContext

public static interface UI3dContext.MovementListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    rotate(float theta, float phi)
     
    void
    translate(float x, float y, float z)
     
  • Method Details

    • reset

      void reset()
    • translate

      void translate(float x, float y, float z)
    • rotate

      void rotate(float theta, float phi)