The System.out prints what I expect it to, most of the values being 0 as most of the bitmap is pure black, with a centre square being completely white which outputs 255. Since 0 to 255 seems extreme as the random terrain code generates between -20 to around 20, I took the grayscale value and divided by 10. The console doesn't seem to return any errors, but if you meant something different I haven't a clue.
EDIT: I'd like to rule out that the generation is not visible to where the camera is currently pointing, but every time I generate a random terrain I can barely see it, and can't quite understand how the controls in JPCT work.
EDIT: I'd like to rule out that the generation is not visible to where the camera is currently pointing, but every time I generate a random terrain I can barely see it, and can't quite understand how the controls in JPCT work.