TattieBoJangle Posted September 25, 2014 Share Posted September 25, 2014 Forgive me as im not sure exactly what you call it but is there any way to have leadwerks only load models in a range i know you can use lod but i was hoping for this method if possible. Quote Asus Extreme v x99, Intel I7, Windows 8.1 64 Bit, SSD, Geforce GTX 980 4GB, 16GB Ripjaw DDR4 Link to comment Share on other sites More sharing options...
Rick Posted September 26, 2014 Share Posted September 26, 2014 You would have to do this yourself. However, note that loading a model during real-time if it hasn't be loaded on startup will most likely pause your game. Once a model is loaded once then loading it again will make an instance of it (unless you tell it otherwise) which will be instant. So generally you'll want to load 1 of all models in your scene on startup. Then you would manually have to do what you want with loading models in a range. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.