Hello
I need to scale a 2 D image, is it do-able in irrlicht, are there any efforts in doing that?
scale 2 d image
try using a billboard
check this link on scaling a texture
http://irrlicht.sourceforge.net/phpBB2/ ... hp?t=11295
u can use IBillboardSceneNode and use setScale() and setSize() and achieve what u want.
u can also use IGUIImage with the size u want and Texture as ur image.
http://irrlicht.sourceforge.net/phpBB2/ ... hp?t=11295
u can use IBillboardSceneNode and use setScale() and setSize() and achieve what u want.
u can also use IGUIImage with the size u want and Texture as ur image.
there are 10 kinds of people in this world,
one who can read binary and one who cant.
one who can read binary and one who cant.
thank you very much
i'll give it a try