Searched refs:clonePot (Results 1 – 2 of 2) sorted by relevance
74 Geometry clonePot = teapot.clone(); in simpleInitApp() local77 clonePot.setLocalTranslation(x * .5f, 0, y * .5f); in simpleInitApp()78 clonePot.setLocalScale(.15f); in simpleInitApp()81 clonePot.addControl(control); in simpleInitApp()82 rootNode.attachChild(clonePot); in simpleInitApp()
73 Geometry clonePot = teapot.clone(); in simpleInitApp() local76 clonePot.setLocalTranslation(x * .5f, 0, y * .5f); in simpleInitApp()77 clonePot.setLocalScale(.15f); in simpleInitApp()78 clonePot.setMaterial(mat); in simpleInitApp()79 rootNode.attachChild(clonePot); in simpleInitApp()