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