paksisoma Posted May 21 Share Posted May 21 (edited) Hello! I want to create a building that has a LOD model. How can I achieve this? You can see in the images that I can make it have a LOD model with object, but not with building. Building: local lod = createBuilding(4187, 0, 0, 3, 0, 0, 0) local building = createBuilding(4014, 0, 0, 3, 0, 0, 0) engineSetModelLODDistance(4014, 300) setLowLODElement(building, lod) Object: local lod = createObject(4187, 0, 0, 3, 0, 0, 0, true) local object = createObject(4014, 0, 0, 3, 0, 0, 0) engineSetModelLODDistance(4014, 300) setLowLODElement(object, lod) Edited May 21 by paksisoma Link to comment
FileEX Posted May 21 Share Posted May 21 (edited) The ability to use LODs with buildings is pending approval and merging on the MTA repository https://github.com/multitheftauto/mtasa-blue/pull/3371 Buildings are still under work and development Edited May 21 by FileEX 1 Link to comment
Moderators Vinyard Posted May 22 Moderators Share Posted May 22 Marking this as solved upon request. Link to comment
Recommended Posts