Grom
16-03-2007 19:41:48
Alright i've tested it out by renaming a heightmap known to work, and it's definitely a problem specific to this particular heightmap. When I try to split it, The map splitter chugs through the texture and then gives:
The heightmap is a 2049 x 2049 16 bit Gray scale PNG created by L3DT. I've tried resaving it in photoshop in case it was a format issue, no such luck.
The assertion seems to imply that a value was too big, but how can that be possible with a PNG file?
Assertion failed: Heightdata * divider <= 65535, file ..\src\MapSplitter.cpp, line 200
This application has requested the Runtime to terminate it in an unusual way...
The heightmap is a 2049 x 2049 16 bit Gray scale PNG created by L3DT. I've tried resaving it in photoshop in case it was a format issue, no such luck.
The assertion seems to imply that a value was too big, but how can that be possible with a PNG file?