-- @/=[C]:-1
function renderForestBBs(...)
if forestItem and not mouseDragStartPos then
worldEditorCppApi.renderForestBBs({forestItem}, colorWhite)
end
drawFrustumRect(frustum)
worldEditorCppApi.renderForestBBs(itemsInRect, colorOrange)
end
if editor.selection.forestItem and not isMouseDragging then
worldEditorCppApi.renderForestBBs(editor.selection.forestItem, colorOrange)
end