Package com.sun.j3d.utils.scenegraph.io.state.com.sun.j3d.utils.universe

Examples of com.sun.j3d.utils.scenegraph.io.state.com.sun.j3d.utils.universe.SimpleUniverseState.readObject()


/* 461 */     if (universeClass.equals("null"))
/* 462 */       return null;
/* 463 */     if ((universeClass.equals("com.sun.j3d.utils.universe.SimpleUniverse")) || (universeClass.equals("com.sun.j3d.utils.universe.ConfiguredUniverse")))
/*     */     {
/* 465 */       SimpleUniverseState state = new SimpleUniverseState(this);
/* 466 */       state.readObject(in, canvas);
/*     */
/* 468 */       if (attachBranchGraphs) {
/* 469 */         int[] graphs = state.getAllGraphIDs();
/* 470 */         readBranchGraphs(graphs);
/*     */
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.