Jump to content

LOD Building


Recommended Posts

Posted (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:

spacer.png

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:

spacer.png

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 by paksisoma
Link to comment
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...