Loading Images in C++

I understand that DirectGUI is a layer for panda3D python. I’m wondering what is the closest function (to OnScreenImage) to load in images for a menu screen. The closest i’ve found was probably load_image_as_model but i’m not sure if it’s the one i’m suppose to use.

any help would be appreciated. :smiley:

Just use a CardMaker to create a polygon, attach the polygon to your 2-d scene graph, and apply a texture to it.

David