Searched refs:movingNode (Results 1 – 1 of 1) sorted by relevance
51 Node movingNode; field in TestLightNode82 movingNode=new Node("lightParentNode"); in simpleInitApp()83 movingNode.attachChild(lightMdl); in simpleInitApp()84 rootNode.attachChild(movingNode); in simpleInitApp()92 movingNode.attachChild(lightNode); in simpleInitApp()108 …movingNode.setLocalTranslation(new Vector3f(FastMath.cos(angle) * 3f, 2, FastMath.sin(angle) * 3f)… in simpleUpdate()