Package javax.media.j3d

Examples of javax.media.j3d.AmbientLight.addScope()


/* 581 */     BoundingSphere bounds = new BoundingSphere(new Point3d(0.0D, 0.0D, 0.0D), 100000.0D);
/*     */
/* 583 */     aLgt.setInfluencingBounds(bounds);
/* 584 */     this.sceneGroupNode.addChild(aLgt);
/*     */
/* 586 */     aLgt.addScope(this.sceneGroupNode);
/* 587 */     this.scene.addLightNode(aLgt);
/*     */   }
/*     */
/*     */   void addLights()
/*     */   {
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.