ipsilondev Posted April 21, 2018 Share Posted April 21, 2018 Hello everyone! i have a very specific question, i need to somehow pause the game at the end of the frame render, execute a function and then render the next frame, and do the same over and over, is that possible? if there is no function that would allow to do that, what is the function that takes care of the scene rendering so i could modify it? Thanks! Link to comment Share on other sites More sharing options...
rich Posted April 26, 2018 Share Posted April 26, 2018 Game emits a 'postrender' event which you could listen for, although I've no idea what would happen if you paused during it and then restarted later on - worth trying though! Link to comment Share on other sites More sharing options...
Recommended Posts