Package org.jzy3d.plot3d.rendering.scene


package org.jzy3d.plot3d.rendering.scene
  • Class
    Description
     
    The scene's Graph basically stores the scene content and facilitate objects control.
     
    WORK IN PROGRESS ================= Split drawing tasks to multiple thread, and wait for termination of all drawing tasks before exiting the draw method, hence ensuring a consistent display.
    A Scene holds a Graph to be rendered by a list Views.