I did this:
Code: Select all
driver->draw2DRectangle(video::SColor(100,204,0,255),core::rect<s32>(10,10,200,180),0);
Even when I changed the alpha value and changed the position of the rectangle, nothing appears.
What's wrong with the settings?
Code: Select all
driver->draw2DRectangle(video::SColor(100,204,0,255),core::rect<s32>(10,10,200,180),0);