Render to Target questions

Discuss about anything related to the Irrlicht Engine, or read announcements about any significant features or usage changes.
Post Reply
chronologicaldot
Competition winner
Posts: 684
Joined: Mon Sep 10, 2012 8:51 am

Render to Target questions

Post by chronologicaldot »

Ok, so I'm hearing about render-to-target changes, but I haven't found exactly what's going on.

At the moment, when trying to draw nice rounded corners for GUI elements, I use a render-to-target trick for caching rounded corner images so that I can keep redrawing them. It looks nice, but I don't know if the new changes to the interface are going to affect my work. I've been using trunk 5104 so far.
So my questions are:
1) When are these changes going to be implemented?
2) Are they going to change the way that we have to use the render-to-target system?
CuteAlien
Admin
Posts: 9634
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: Render to Target questions

Post by CuteAlien »

Changes have been implemented already a few weeks ago, so if it still works you are fine ;-)
It's mostly downward compatible, just allows to speed up some things now.
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
chronologicaldot
Competition winner
Posts: 684
Joined: Mon Sep 10, 2012 8:51 am

Re: Render to Target questions

Post by chronologicaldot »

k - Thanks for the info!

My file mod times say May 15, so I'm assuming that's recent enough, right?
Nadro
Posts: 1648
Joined: Sun Feb 19, 2006 9:08 am
Location: Warsaw, Poland

Re: Render to Target questions

Post by Nadro »

Like a CuteAlien already said If you need the best performance and some new features you should use new interface, however old interface should works too (it just use the new interface under the hood, but not in the optimal way).
Library helping with network requests, tasks management, logger etc in desktop and mobile apps: https://github.com/GrupaPracuj/hermes
Post Reply