org.gamenet.application.mm8leveleditor.data.mm6.outdoor
Class TerrainNormalMapData
java.lang.Object
org.gamenet.application.mm8leveleditor.data.mm6.outdoor.TerrainNormalMapData
- public class TerrainNormalMapData
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
terranNormalDistanceMap0
private float[][] terranNormalDistanceMap0
terranNormalDistanceMap1
private float[][] terranNormalDistanceMap1
terranNormalHandleMap0
private int[][] terranNormalHandleMap0
terranNormalHandleMap1
private int[][] terranNormalHandleMap1
terrainNormalVertexList
private List terrainNormalVertexList
TerrainNormalMapData
public TerrainNormalMapData()
initialize
public int initialize(byte[] data,
int offset,
int MAP_WIDTH,
int MAP_HEIGHT)
updateData
public int updateData(byte[] newData,
int offset)
getRecordSize
public int getRecordSize()
getTerrainNormalVertexList
public List getTerrainNormalVertexList()
getTerranNormalDistanceMap0
public float[][] getTerranNormalDistanceMap0()
getTerranNormalDistanceMap1
public float[][] getTerranNormalDistanceMap1()
getTerranNormalHandleMap0
public int[][] getTerranNormalHandleMap0()
getTerranNormalHandleMap1
public int[][] getTerranNormalHandleMap1()