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

  /external/jmonkeyengine/engine/src/android/jme3test/android/
TestSkyLoadingLagoon.java 52 Texture south = assetManager.loadTexture("Textures/Sky/Lagoon/lagoon_south.jpg"); local
61 Texture south = assetManager.loadTexture("Textures/Sky/Primitives/primitives_positive_z.png");
66 Spatial sky = SkyFactory.createSky(assetManager, west, east, north, south, up, down);
TestSkyLoadingPrimitives.java 52 Texture south = assetManager.loadTexture("Textures/Sky/Lagoon/lagoon_south.jpg");
60 Texture south = assetManager.loadTexture("Textures/Sky/Primitives/primitives_positive_z.png"); local
64 Spatial sky = SkyFactory.createSky(assetManager, west, east, north, south, up, down);
  /external/jmonkeyengine/engine/src/test/jme3test/texture/
TestSkyLoading.java 51 Texture south = assetManager.loadTexture("Textures/Sky/Lagoon/lagoon_south.jpg"); local
55 Spatial sky = SkyFactory.createSky(assetManager, west, east, north, south, up, down);
  /external/jmonkeyengine/engine/src/core/com/jme3/util/
SkyFactory.java 142 public static Spatial createSky(AssetManager assetManager, Texture west, Texture east, Texture north, Texture south, Texture up, Texture down, Vector3f normalScale) {
143 return createSky(assetManager, west, east, north, south, up, down, normalScale, 10);
146 public static Spatial createSky(AssetManager assetManager, Texture west, Texture east, Texture north, Texture south, Texture up, Texture down, Vector3f normalScale, int sphereRadius) {
156 Image southImg = south.getImage();
199 public static Spatial createSky(AssetManager assetManager, Texture west, Texture east, Texture north, Texture south, Texture up, Texture down) {
200 return createSky(assetManager, west, east, north, south, up, down, Vector3f.UNIT_XYZ);
  /external/jmonkeyengine/engine/src/test/jme3test/light/
TestSpotLightTerrain.java 208 Texture south = assetManager.loadTexture("Textures/Sky/Lagoon/lagoon_south.jpg"); local
212 Spatial sky = SkyFactory.createSky(assetManager, west, east, north, south, up, down);
  /external/jmonkeyengine/engine/src/test/jme3test/terrain/
TerrainTestAdvanced.java 260 Texture south = assetManager.loadTexture("Textures/Sky/Lagoon/lagoon_south.jpg"); local
264 Spatial sky = SkyFactory.createSky(assetManager, west, east, north, south, up, down);