Package javax.media.j3d

Examples of javax.media.j3d.LOD.addSwitch()


/*    */   }
/*    */
/*    */   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();
/*    */   }
/*    */ }

/* Location:           Z:\System\Library\Java\Extensions\j3dutils.jar
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.