Examples of Image3DUniverse


Examples of ij3d.Image3DUniverse

    // One could refine what to export with:
    //    Content c1 = univ.getContent(Display3D.makeTitle(b1)); // by title
    //    Content c2 = ...
    // ... and then adding them to a Collection.
    //
    Image3DUniverse univ = Display3D.getDisplay(project.getRootLayerSet()).getUniverse();
    Collection all = univ.getContents();
    MeshExporter.saveAsWaveFront(all); // pops up file dialog to save
  }
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.