com.jme3.terrain.geomipmap.grid
Class AssetTileLoader
java.lang.Object
com.jme3.terrain.geomipmap.grid.AssetTileLoader
- All Implemented Interfaces:
- Savable, TerrainGridTileLoader
public class AssetTileLoader
- extends java.lang.Object
- implements TerrainGridTileLoader
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AssetTileLoader
public AssetTileLoader()
AssetTileLoader
public AssetTileLoader(AssetManager manager,
java.lang.String name,
java.lang.String assetPath)
getTerrainQuadAt
public TerrainQuad getTerrainQuadAt(Vector3f location)
- Specified by:
getTerrainQuadAt
in interface TerrainGridTileLoader
getAssetPath
public java.lang.String getAssetPath()
getName
public java.lang.String getName()
setPatchSize
public void setPatchSize(int patchSize)
- Specified by:
setPatchSize
in interface TerrainGridTileLoader
setQuadSize
public void setQuadSize(int quadSize)
- Specified by:
setQuadSize
in interface TerrainGridTileLoader
write
public void write(JmeExporter ex)
throws java.io.IOException
- Specified by:
write
in interface Savable
- Throws:
java.io.IOException
read
public void read(JmeImporter im)
throws java.io.IOException
- Specified by:
read
in interface Savable
- Throws:
java.io.IOException