Resizing Textures n Bitmaps

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
Descend
Posts: 10
Joined: Tue Sep 09, 2003 8:37 pm

Resizing Textures n Bitmaps

Post by Descend »

Is there any support in the engine for resizing bitmaps. This is to enable them to appear in the same dimensions on every screen res.
niko
Site Admin
Posts: 1759
Joined: Fri Aug 22, 2003 4:44 am
Location: Vienna, Austria
Contact:

Post by niko »

You could lock your texture, create a new on with the desired size, and copy the old streched into the new one.
Post Reply