Home | History | Annotate | Download | only in terrain

Lines Matching refs:dirt

294         // DIRT texture
295 Texture dirt = assetManager.loadTexture("Textures/Terrain/splat/dirt.jpg");
296 dirt.setWrap(WrapMode.Repeat);
297 matTerrain.setTexture("DiffuseMap_1", dirt);
350 // DIRT texture
351 Texture dirt = assetManager.loadTexture("Textures/Terrain/splat/dirt.jpg");
352 dirt.setWrap(WrapMode.Repeat);
353 matTerrain.setTexture("region2ColorMap", dirt);