HomeSort by relevance Sort by last modified time
    Searched refs:lightMdl (Results 1 - 24 of 24) sorted by null

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

Completed in 308 milliseconds