limelemondk Posted October 16, 2016 Share Posted October 16, 2016 You most likely have too many objects in one place. This can be fixed by doing a custom streamer. Before you head out into that; Did you try to use engineSetModelLODDistance? Link to comment
Captain Cody Posted October 16, 2016 Share Posted October 16, 2016 The objects have no LODs, attach LOD elements to the objects, and set the model LOD distances. Link to comment
maffius Posted October 16, 2016 Author Share Posted October 16, 2016 How can I attach LODs to objects? Link to comment
limelemondk Posted October 16, 2016 Share Posted October 16, 2016 (edited) 1 minute ago, maffius said: How can I attach LODs to objects? Please try using engineSetModelLODDistance and assign a longer LOD for each object ID. Edited October 16, 2016 by limelemondk Link to comment
maffius Posted October 16, 2016 Author Share Posted October 16, 2016 I had tried example from wiki to set lod distance for every object on the map and it didn't fix problem. for i, v in ipairs(getElementsByType("object")) do local model = getElementModel(v) engineSetModelLODDistance(model, 300) -- Set maximum draw distance end Link to comment
limelemondk Posted October 16, 2016 Share Posted October 16, 2016 Then please send a PM to Cody - and pray that he is in a nice mood Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now