Interface OrderedRenderable

    • Method Detail

      • getDistanceFromEye

        double getDistanceFromEye()
        Returns the ordered renderable's distance from the current view's eye point. Intended to be used only to sort a list of ordered renderables according to eye distance, and only during frame generation when a view is active.
        Returns:
        the distance of the ordered renderable from the current view's eye point.
      • pick

        void pick​(DrawContext dc,
                  java.awt.Point pickPoint)
        Executes a pick of the ordered renderable.
        Parameters:
        dc - the current draw context.
        pickPoint - the pick point.