RenderQueue Update in JME

Hello,



where is the RenderQueue in JME3 where I have to put my code before the next render cycle?



Thanks.

In the simpleUpdate() or update() methods, or via a Callable:

[snippet id=“10”]