Package se.llbit.chunky.renderer.ui

Examples of se.llbit.chunky.renderer.ui.BenchmarkDialog


  /**
   * Benchmark the path tracing renderer.
   */
  public void runBenchmark() {
    RenderContext context = new RenderContext(options);
    new BenchmarkDialog(getFrame(), context);
  }
View Full Code Here

TOP

Related Classes of se.llbit.chunky.renderer.ui.BenchmarkDialog

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.