org.gamenet.application.mm8leveleditor.data.mm6.outdoor
Class TerrainNormalMapData

java.lang.Object
  extended byorg.gamenet.application.mm8leveleditor.data.mm6.outdoor.TerrainNormalMapData

public class TerrainNormalMapData
extends Object


Field Summary
private  List terrainNormalVertexList
           
private  float[][] terranNormalDistanceMap0
           
private  float[][] terranNormalDistanceMap1
           
private  int[][] terranNormalHandleMap0
           
private  int[][] terranNormalHandleMap1
           
 
Constructor Summary
TerrainNormalMapData()
           
 
Method Summary
 int getRecordSize()
           
 List getTerrainNormalVertexList()
           
 float[][] getTerranNormalDistanceMap0()
           
 float[][] getTerranNormalDistanceMap1()
           
 int[][] getTerranNormalHandleMap0()
           
 int[][] getTerranNormalHandleMap1()
           
 int initialize(byte[] data, int offset, int MAP_WIDTH, int MAP_HEIGHT)
           
 int updateData(byte[] newData, int offset)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

terranNormalDistanceMap0

private float[][] terranNormalDistanceMap0

terranNormalDistanceMap1

private float[][] terranNormalDistanceMap1

terranNormalHandleMap0

private int[][] terranNormalHandleMap0

terranNormalHandleMap1

private int[][] terranNormalHandleMap1

terrainNormalVertexList

private List terrainNormalVertexList
Constructor Detail

TerrainNormalMapData

public TerrainNormalMapData()
Method Detail

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()