Package javax.media.j3d

Examples of javax.media.j3d.LOD


/* 78 */     for (int i = 0; i < this.switches.length; i++)
/* 79 */       this.switches[i] = in.readInt();
/*    */   }
/*    */
/*    */   public void buildGraph() {
/* 83 */     LOD attr = (LOD)this.node;
/* 84 */     for (int i = 0; i < this.switches.length; i++)
/* 85 */       attr.addSwitch((Switch)this.control.getSymbolTable().getJ3dNode(this.switches[i]));
/* 86 */     super.buildGraph();
/*    */   }
View Full Code Here

TOP

Related Classes of javax.media.j3d.LOD

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.