Moving CImage interface members up to IImage
Moving CImage interface members up to IImage
I just needed the scaleTo function of CImage when I noticed that it's not part of the IImage interface. Similar there are a lot more functions offered by CImage which can currently not be accessed from the outside. As those all look very useful I wonder if there's a reason not to put them in IImage?
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
-
- Admin
- Posts: 3590
- Joined: Mon Oct 09, 2006 9:36 am
- Location: Scotland - gonnae no slag aff mah Engleesh
- Contact:
Uh, the what function? I can't see CImage::scaleTo() in SVN 1344.
I do see some CImage methods that aren't in IImage, and I can't see any good reason why they can't be exposes there. CImage seems to be the only implementor of IImage.
I do see some CImage methods that aren't in IImage, and I can't see any good reason why they can't be exposes there. CImage seems to be the only implementor of IImage.
Please upload candidate patches to the tracker.
Need help now? IRC to #irrlicht on irc.freenode.net
How To Ask Questions The Smart Way
Need help now? IRC to #irrlicht on irc.freenode.net
How To Ask Questions The Smart Way
Oops - didn't want to write scaleTo. I actually meant the copyTo which copies without scaling :-)
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm