added selectedAisleProperties and its backend updation
This commit is contained in:
@@ -120,7 +120,7 @@ export default function PostProcessing() {
|
||||
)}
|
||||
{selectedAisle && (
|
||||
<Outline
|
||||
selection={flattenChildren(selectedAisle.children)}
|
||||
selection={flattenChildren(selectedAisle.aisleMesh?.children || [])}
|
||||
selectionLayer={10}
|
||||
width={2000}
|
||||
blendFunction={BlendFunction.ALPHA}
|
||||
|
||||
Reference in New Issue
Block a user