What would I use to declare a 2d Rectangle (so I can change it's colour etc).
EG IMeshSceneNode* rect1 = 0; where IMeshSceneNode would be 2D rect or something... could someone tell me what to use?
The code I need to use this with is a simple driver->draw2Drectangle.