Interface IDepthPeelingAlgorithm

    • Method Detail

      • init

        void init​(IPainter painter,
                  int width,
                  int height)
      • display

        void display​(IPainter painter)
      • reshape

        void reshape​(IPainter painter,
                     int width,
                     int height)
      • dispose

        void dispose​(IPainter painter)
      • setTasksToRender

        void setTasksToRender​(IGLRenderer tasksToRender)
      • setBackground

        void setBackground​(float[] color)
      • getBackground

        float[] getBackground()
      • setOpacity

        void setOpacity​(float opacity)
      • getOpacity

        float getOpacity()