Hey, glad to still see Saviik City is being worked on. Without completely knowing, I'd say asking to "render" an object on the fly (after load up) is probably not possible. You might be able to hide it (make invisible) but it would probably still be loaded, thus no performance difference. Also if you were to succeed with this method, you are only really delaying all the objects to be rendered, so eventually it will the same problem after awhile of running around, unless you also unload other objects further away. I think if it was doable in the way that you want it, the game creators would have developed it for the engine. In a way they have with LOD. Of course LOD is used for larger objects at bigger distances, but same theory that you can have low detail turn into higher detail as you get closer. There is nothing to stop modders from making invisible lod models so that they pop into existence up close, but we cannot determine the distances that this happens. Obviously this methodology was never intended for smaller objects like clutter.