OSDN Git Service

Added a terrain material that uses height and slope information to map textures inste...
authoranthyon@gmail.com <anthyon@gmail.com@75d07b2b-3a1a-0410-a2c5-0572b91ccdca>
Sun, 29 May 2011 09:30:47 +0000 (09:30 +0000)
committeranthyon@gmail.com <anthyon@gmail.com@75d07b2b-3a1a-0410-a2c5-0572b91ccdca>
Sun, 29 May 2011 09:30:47 +0000 (09:30 +0000)
commit4d2eb8799d402a911977ae1165e689581c1f89f7
treeeab153c589625cb43747ea9fd9cf6d01f21a9c34
parentf9302501946eacdd5d39f12561f1de355d5f0bf0
Added a terrain material that uses height and slope information to map textures instead of alphamap.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7530 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
engine/src/terrain/Common/MatDefs/Terrain/HeightBasedTerrain.frag [new file with mode: 0644]
engine/src/terrain/Common/MatDefs/Terrain/HeightBasedTerrain.j3md [new file with mode: 0644]
engine/src/terrain/Common/MatDefs/Terrain/HeightBasedTerrain.vert [new file with mode: 0644]
engine/src/test-data/Textures/Terrain/grid/rock.jpg [new file with mode: 0644]
engine/src/test/jme3test/terrain/TerrainGridTest.java