Home
last modified time | relevance | path

Searched refs:lightSphere (Results 1 – 2 of 2) sorted by relevance

/external/jmonkeyengine/engine/src/test/jme3test/water/
DTestSimpleWater.java57 Geometry lightSphere; field in TestSimpleWater
111 lightSphere=new Geometry("lightsphere", lite); in initScene()
112 lightSphere.setMaterial(mat); in initScene()
113 lightSphere.setLocalTranslation(lightPos); in initScene()
114 rootNode.attachChild(lightSphere); in initScene()
139 lightSphere.setLocalTranslation(lightPos); in simpleUpdate()
DTestSceneWater.java95 Geometry lightSphere=new Geometry("lightsphere", lite); in simpleInitApp() local
96 lightSphere.setMaterial(mat); in simpleInitApp()
98 lightSphere.setLocalTranslation(lightPos); in simpleInitApp()
99 rootNode.attachChild(lightSphere); in simpleInitApp()