Package org.jwildfire.create.tina.io

Examples of org.jwildfire.create.tina.io.FlameReader


  public void toMeshGenBtn_clicked() {
    try {
      FlameFlatNode node = getSelectedFlame();
      if (node != null) {
        List<Flame> flames = new FlameReader(prefs).readFlames(node.getFilename());
        if (flames.size() > 0) {
          tinaController.getMeshGenController().importFlame(flames.get(0));
          tinaController.getRootTabbedPane().setSelectedIndex(Tools.TINA_MESHGEN_TAB_IDX);
        }
      }
View Full Code Here

TOP

Related Classes of org.jwildfire.create.tina.io.FlameReader

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.