Class View.PickingQueryResult

  • Enclosing class:
    View

    public static class View.PickingQueryResult
    extends java.lang.Object
    A class containing the result of a picking query
    • Field Summary

      Fields 
      Modifier and Type Field Description
      float depth
      The value of the depth buffer at the picking query location
      float[] fragCoords
      The fragment coordinate in GL convention at the picking query location
      int renderable
      The entity of the renderable at the picking query location
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • renderable

        public int renderable
        The entity of the renderable at the picking query location
      • depth

        public float depth
        The value of the depth buffer at the picking query location
      • fragCoords

        @NonNull
        public float[] fragCoords
        The fragment coordinate in GL convention at the picking query location
    • Constructor Detail

      • PickingQueryResult

        public PickingQueryResult()