postUpdate()
PostUpdate is the last thing to be called before the world render.
In particular, it is called after the world postUpdate, which means the camera has been adjusted.
It only calls plugins who have active=true.
- Source code: core/PluginManager.js (Line 218)
Please login to continue.