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

  /external/jmonkeyengine/engine/src/test/jme3test/texture/
TestTextureArray.java 39 TextureArray tex3 = new TextureArray(images); local
40 mat.setTexture("ColorMap", tex3);
  /external/jmonkeyengine/engine/src/test/jme3test/bullet/
TestBrickTower.java 209 Texture tex3 = assetManager.loadTexture(key3); local
210 tex3.setWrap(WrapMode.Repeat);
211 mat3.setTexture("ColorMap", tex3);
TestBrickWall.java 182 Texture tex3 = assetManager.loadTexture(key3); local
183 tex3.setWrap(WrapMode.Repeat);
184 mat3.setTexture("ColorMap", tex3);
  /external/jmonkeyengine/engine/src/test/jme3test/helloworld/
HelloPhysics.java 150 Texture tex3 = assetManager.loadTexture(key3); local
151 tex3.setWrap(WrapMode.Repeat);
152 floor_mat.setTexture("ColorMap", tex3);
  /external/jmonkeyengine/engine/src/test/jme3test/batching/
TestBatchNodeTower.java 223 Texture tex3 = assetManager.loadTexture(key3); local
224 tex3.setWrap(WrapMode.Repeat);
225 mat3.setTexture("ColorMap", tex3);

Completed in 112 milliseconds