Home | History | Annotate | Download | only in terrain

Lines Matching defs:grass

288         // GRASS texture
289 Texture grass = assetManager.loadTexture("Textures/Terrain/splat/grass.jpg");
290 grass.setWrap(WrapMode.Repeat);
291 matTerrain.setTexture("DiffuseMap", grass);
344 // GRASS texture
345 Texture grass = assetManager.loadTexture("Textures/Terrain/splat/grass.jpg");
346 grass.setWrap(WrapMode.Repeat);
347 matTerrain.setTexture("region1ColorMap", grass);