Examples of FxaaFilter


Examples of com.bitfire.postprocessing.filters.FxaaFilter

  public Fxaa (int viewportWidth, int viewportHeight) {
    setup(viewportWidth, viewportHeight);
  }

  private void setup (int viewportWidth, int viewportHeight) {
    fxaaFilter = new FxaaFilter(viewportWidth, viewportHeight);
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.