Package ij3d

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

Related Classes of ij3d.Image3DUniverse

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.