Hi!
If you get severe banding in your skyboxes, try:
m_driver.SetTextureCreationFlag(TextureCreationFlag.ALWAYS_32_BIT, True)
-where m_driver is an instance of the Irrlicht.Video.IVideoDriver
It seems that the default bit depth of textures is 16bit?