Hello to all Irrlicht guys,
I'm working on creating new SceneNodes for my 2D environment editor powerd on Irrlicht engine. For example I have done wire frame for my RectangleSceneNode. I would like upgrade its appearance and implement option for color fill. I mean background color inside the rectangle frame.
Question 1:
Could anyone give me a point how to implement fill of any general area (rectangle, circle, square) ?
Well, I'm developing other 2D primitive. I would like implement something like BitmapSceneNode. It would have rectangle plain, which I want cover with any bitmap(texture). But unfortunately I am not still able cover my plain area.
Question 2:
How to cover 2D area with my texture?
Thanks all![/url]
Custom 2D SceneNodes
-
randomMesh
- Posts: 1186
- Joined: Fri Dec 29, 2006 12:04 am