WaterFilter forgot the heightmap for the test case

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9552 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
rem..om 2012-07-10 20:39:47 +00:00
parent 68892dfee3
commit 9276987aac
2 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ public class TestMultiPostWater extends SimpleApplication {
matRock.setBoolean("useTriPlanarMapping", false);
matRock.setBoolean("WardIso", true);
matRock.setTexture("AlphaMap", assetManager.loadTexture("Textures/Terrain/splat/alphamap.png"));
Texture heightMapImage = assetManager.loadTexture("Textures/Terrain/splat/test.png");
Texture heightMapImage = assetManager.loadTexture("Textures/Terrain/splat/pools.png");
Texture grass = assetManager.loadTexture("Textures/Terrain/splat/grass.jpg");
grass.setWrap(WrapMode.Repeat);
matRock.setTexture("DiffuseMap", grass);

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB