Problem with Texturing from RGB array

Panda3D uses BGR ordering when storing the image in RAM. Use setRamImageAs(RGB_buff, "RGB") to specify the data ordering explicitly.