Im working on a project right now that would need the ability to have dynamic in-game models. Basically, so i could specify a folder online http://bla.com/models/ and then when you walk through this 3d app, instead of first loading models before rendering the scene, it would load the 3d models from the web as you look at them, then somehow store the information in a cache folder for faster loading later. Basically like many of those virtual worlds i see online do.
If you understood what im going for, is there anyway at all to accomplish this?