I have looked at the tutorials but im lost within the code!
I am trying to make a 2d image appear on my program screen.
I am using the following code:
driver->draw2DRectangle(video::SColor(0,255,0,0),
core::rect<s32>(100,20,200,40));
but it doesn't seem to work.
![Sad :(](./images/smilies/icon_sad.gif)
any advice/guidance or a perfect code sample on how to put a rectangle in my program would be great.
Thanks