Interface Viewport3D.Renderer

Enclosing class:
Viewport3D
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface Viewport3D.Renderer
Draws the 3D scene into a pass each frame; timeSeconds advances while showing.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    render(RenderPass pass, double timeSeconds)
     
  • Method Details

    • render

      void render(RenderPass pass, double timeSeconds)