sergey.pozhidaev Posted March 10, 2014 Posted March 10, 2014 ImagePtr image = Image::create(); image->load("heights.png"); terrain->setHeights(0, 0, image); Image loaded successfully, but heights did not set in object terrain. What that Interlace handling and with what it eat?
unclebob Posted March 12, 2014 Posted March 12, 2014 Hi Sergey, Check your image format, it should be one of these: R8, RG8, R16.
Recommended Posts