I need to draw a gui on top of a lit 3D scene. Whenever I do this, the gui becomes transparent and colorless. Any ideas of settings I might tweak to prevent this?
oh, yeah, you should disable lighting completely otherwise it’ll try to render things using lighting. just use ofDisableLighting() / ofEnableLighting() instead of disabling the lights individually