]> icculus.org git repositories - divverent/nexuiz.git/commit
add new tool to create maps from heightmaps
authorsavagex <savagex@f962a42d-fe04-0410-a3ab-8c8b0445ebaa>
Sat, 17 May 2008 19:39:13 +0000 (19:39 +0000)
committersavagex <savagex@f962a42d-fe04-0410-a3ab-8c8b0445ebaa>
Sat, 17 May 2008 19:39:13 +0000 (19:39 +0000)
commite17e8fc998d5589d6630cb963ffef5b5d15488a8
tree6e8f6550c78dfa9f6820828592bd6d8f762990e8
parentc58cf2df0593d3fbbe0b4bcd170175d6306f8e46
add new tool to create maps from heightmaps

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3628 f962a42d-fe04-0410-a3ab-8c8b0445ebaa
12 files changed:
tools/ImgToMap/build.xml [new file with mode: 0644]
tools/ImgToMap/manifest.mf [new file with mode: 0644]
tools/ImgToMap/nbproject/build-impl.xml [new file with mode: 0644]
tools/ImgToMap/nbproject/genfiles.properties [new file with mode: 0644]
tools/ImgToMap/nbproject/project.properties [new file with mode: 0644]
tools/ImgToMap/nbproject/project.xml [new file with mode: 0644]
tools/ImgToMap/src/imgtomap/JFrameMain.form [new file with mode: 0644]
tools/ImgToMap/src/imgtomap/JFrameMain.java [new file with mode: 0644]
tools/ImgToMap/src/imgtomap/Main.java [new file with mode: 0644]
tools/ImgToMap/src/imgtomap/MapWriter.java [new file with mode: 0644]
tools/ImgToMap/src/imgtomap/Parameters.java [new file with mode: 0644]
tools/ImgToMap/test1.png [new file with mode: 0644]