/external/jmonkeyengine/engine/src/test/jme3test/light/ |
D | TestSimpleLighting.java | 50 Geometry lightMdl; field in TestSimpleLighting 84 lightMdl = new Geometry("Light", new Sphere(10, 10, 0.1f)); in simpleInitApp() 85 lightMdl.setMaterial(assetManager.loadMaterial("Common/Materials/RedColor.j3m")); in simpleInitApp() 86 lightMdl.getMesh().setStatic(); in simpleInitApp() 87 rootNode.attachChild(lightMdl); in simpleInitApp() 109 lightMdl.setLocalTranslation(pl.getPosition()); in simpleUpdate()
|
D | TestSpotLight.java | 58 Geometry lightMdl; field in TestSpotLight 80 lightMdl = new Geometry("Light", new Sphere(10, 10, 0.1f)); in setupLighting() 81 lightMdl.setMaterial(assetManager.loadMaterial("Common/Materials/RedColor.j3m")); in setupLighting() 82 lightMdl.setLocalTranslation(new Vector3f(77.70334f, 34.013165f, 27.1017f)); in setupLighting() 83 lightMdl.setLocalScale(5); in setupLighting() 84 rootNode.attachChild(lightMdl); in setupLighting() 149 lightMdl.setLocalTranslation(spot.getPosition()); in simpleUpdate()
|
D | TestTangentGenBadUV.java | 51 Geometry lightMdl; field in TestTangentGenBadUV 89 lightMdl = new Geometry("Light", new Sphere(10, 10, 0.1f)); in simpleInitApp() 90 lightMdl.setMaterial(assetManager.loadMaterial("Common/Materials/RedColor.j3m")); in simpleInitApp() 91 lightMdl.getMesh().setStatic(); in simpleInitApp() 92 rootNode.attachChild(lightMdl); in simpleInitApp() 106 lightMdl.setLocalTranslation(pl.getPosition()); in simpleUpdate()
|
D | TestLightRadius.java | 50 Geometry lightMdl; field in TestLightRadius 78 lightMdl = new Geometry("Light", new Sphere(10, 10, 0.1f)); in simpleInitApp() 79 lightMdl.setMaterial(assetManager.loadMaterial("Common/Materials/RedColor.j3m")); in simpleInitApp() 80 rootNode.attachChild(lightMdl); in simpleInitApp() 106 lightMdl.setLocalTranslation(pl.getPosition()); in simpleUpdate()
|
D | TestTangentGenBadModels.java | 28 Geometry lightMdl; field in TestTangentGenBadModels 88 lightMdl = new Geometry("Light", new Sphere(10, 10, 0.1f)); in simpleInitApp() 89 lightMdl.setMaterial(assetManager.loadMaterial("Common/Materials/RedColor.j3m")); in simpleInitApp() 90 lightMdl.getMesh().setStatic(); in simpleInitApp() 91 rootNode.attachChild(lightMdl); in simpleInitApp() 132 lightMdl.setLocalTranslation(pl.getPosition()); in simpleUpdate()
|
D | TestLightNode.java | 79 Geometry lightMdl = new Geometry("Light", new Sphere(10, 10, 0.1f)); in simpleInitApp() local 80 lightMdl.setMaterial(assetManager.loadMaterial("Common/Materials/RedColor.j3m")); in simpleInitApp() 83 movingNode.attachChild(lightMdl); in simpleInitApp()
|
D | TestShadow.java | 52 Spatial lightMdl; field in TestShadow
|
D | TestTangentGen.java | 58 Geometry lightMdl; field in TestTangentGen
|
D | TestSpotLightTerrain.java | 73 Geometry lightMdl; field in TestSpotLightTerrain
|
/external/jmonkeyengine/engine/src/test/jme3test/material/ |
D | TestNormalMapping.java | 50 Spatial lightMdl; field in TestNormalMapping 69 lightMdl = new Geometry("Light", new Sphere(10, 10, 0.1f)); in simpleInitApp() 70 lightMdl.setMaterial(assetManager.loadMaterial("Common/Materials/RedColor.j3m")); in simpleInitApp() 71 rootNode.attachChild(lightMdl); in simpleInitApp() 90 lightMdl.setLocalTranslation(pl.getPosition()); in simpleUpdate()
|
D | TestSimpleBumps.java | 52 Spatial lightMdl; field in TestSimpleBumps 69 lightMdl = new Geometry("Light", new Sphere(10, 10, 0.1f)); in simpleInitApp() 70 lightMdl.setMaterial(assetManager.loadMaterial("Common/Materials/RedColor.j3m")); in simpleInitApp() 71 rootNode.attachChild(lightMdl); in simpleInitApp() 90 lightMdl.setLocalTranslation(pl.getPosition()); in simpleUpdate()
|
D | TestBumpModel.java | 52 Spatial lightMdl; field in TestBumpModel 66 lightMdl = new Geometry("Light", new Sphere(10, 10, 0.1f)); in simpleInitApp() 67 … lightMdl.setMaterial( (Material) assetManager.loadMaterial("Common/Materials/RedColor.j3m")); in simpleInitApp() 68 rootNode.attachChild(lightMdl); in simpleInitApp() 100 lightMdl.setLocalTranslation(pl.getPosition()); in simpleUpdate()
|
/external/jmonkeyengine/engine/src/test/jme3test/model/ |
D | TestMonkeyHead.java | 49 Spatial lightMdl; field in TestMonkeyHead 63 lightMdl = new Geometry("Light", new Sphere(10, 10, 0.1f)); in simpleInitApp() 64 lightMdl.setMaterial(assetManager.loadMaterial("Common/Materials/RedColor.j3m")); in simpleInitApp() 65 rootNode.attachChild(lightMdl); in simpleInitApp() 97 lightMdl.setLocalTranslation(pl.getPosition()); in simpleUpdate()
|
D | TestOgreLoading.java | 50 Spatial lightMdl; field in TestOgreLoading 71 lightMdl = new Geometry("Light", new Sphere(10, 10, 0.1f)); in simpleInitApp() 72 lightMdl.setMaterial(assetManager.loadMaterial("Common/Materials/RedColor.j3m")); in simpleInitApp() 73 rootNode.attachChild(lightMdl); in simpleInitApp() 108 lightMdl.setLocalTranslation(pl.getPosition()); in simpleUpdate()
|
/external/jmonkeyengine/engine/src/android/jme3test/android/ |
D | TestBumpModel.java | 53 Spatial lightMdl; field in TestBumpModel 67 lightMdl = new Geometry("Light", new Sphere(10, 10, 0.1f)); in simpleInitApp() 68 … lightMdl.setMaterial( (Material) assetManager.loadMaterial("Common/Materials/RedColor.j3m")); in simpleInitApp() 69 rootNode.attachChild(lightMdl); in simpleInitApp() 92 lightMdl.setLocalTranslation(pl.getPosition()); in simpleUpdate()
|
D | TestNormalMapping.java | 52 Spatial lightMdl; field in TestNormalMapping 71 lightMdl = new Geometry("Light", new Sphere(10, 10, 0.1f)); in simpleInitApp() 72 lightMdl.setMaterial(assetManager.loadMaterial("Common/Materials/RedColor.j3m")); in simpleInitApp() 73 rootNode.attachChild(lightMdl); in simpleInitApp() 96 lightMdl.setLocalTranslation(pl.getPosition()); in simpleUpdate()
|
/external/jmonkeyengine/engine/src/test/jme3test/export/ |
D | TestAssetLinkNode.java | 61 Spatial lightMdl; field in TestAssetLinkNode 95 lightMdl = new Geometry("Light", new Sphere(10, 10, 0.1f)); in simpleInitApp() 96 …lightMdl.setMaterial( (Material) assetManager.loadAsset(new AssetKey("Common/Materials/RedColor.j3… in simpleInitApp() 97 rootNode.attachChild(lightMdl); in simpleInitApp() 129 lightMdl.setLocalTranslation(pl.getPosition()); in simpleUpdate()
|
/external/jmonkeyengine/engine/src/test/jme3test/post/ |
D | TestPosterization.java | 56 Spatial lightMdl; field in TestPosterization
|
D | TestCrossHatch.java | 56 Spatial lightMdl; field in TestCrossHatch
|
D | TestBloom.java | 56 Spatial lightMdl; field in TestBloom
|
/external/jmonkeyengine/engine/src/test/jme3test/terrain/ |
D | TerrainTest.java | 82 Geometry lightMdl; field in TerrainTest
|
D | TerrainTestAdvanced.java | 74 Geometry lightMdl; field in TerrainTestAdvanced
|
D | TerrainTestCollision.java | 86 Geometry lightMdl; field in TerrainTestCollision
|
/external/jmonkeyengine/engine/src/test/jme3test/bullet/ |
D | TestHoveringTank.java | 81 Geometry lightMdl; field in TestHoveringTank
|