Background Color

I am sorta new to programming games and stuff and have been using the Panda 3D manual to help me along. I was wondering if it is possible to create background color on the screen with out having to use an .egg file.

Hi, and welcome to Panda3D.

looks like you’r looking for this:

base.setBackgroundColor(1,1,0)
1 Like

thanks