Home | History | Annotate | Download | only in light

Lines Matching defs:sl

77     SpotLight sl;
90 sl = new SpotLight();
91 sl.setSpotRange(100);
92 sl.setSpotOuterAngle(20 * FastMath.DEG_TO_RAD);
93 sl.setSpotInnerAngle(15 * FastMath.DEG_TO_RAD);
94 sl.setDirection(new Vector3f(-0.39820394f, -0.73094344f, 0.55421597f));
95 sl.setPosition(new Vector3f(-64.61567f, -87.615425f, -202.41328f));
96 rootNode.addLight(sl);
104 sl.setDirection(cam.getDirection());
105 sl.setPosition(cam.getLocation());
112 sl.setDirection(cam.getDirection());
113 sl.setPosition(cam.getLocation());