huh??!
local terrain_editable_mesh = asset_service:CreateEditableMesh()
vertex1 = terrain_editable_mesh:AddVertex(position + Vector3(half_length, half_height, half_width))
huh??!
local terrain_editable_mesh = asset_service:CreateEditableMesh()
vertex1 = terrain_editable_mesh:AddVertex(position + Vector3(half_length, half_height, half_width))
I believe you’re missing a constructor.
Holy crap, I looked at this damn piece of code for thirty minutes and didn’t notice that.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.