AssetData connections added, 3dWidget update and get added

This commit is contained in:
2025-04-01 17:55:44 +05:30
parent 7fb05e579a
commit fc83d72c51
6 changed files with 207 additions and 125 deletions

View File

@@ -87,13 +87,18 @@ export class assetsFloorservice {
triggerRefs.push(triggerDoc._id);
}
}
// point.connections{
// source:{
// }
// }
pointRefs.push({
uuid: point.uuid,
position: point.position || [],
rotation: point.rotation || [],
actions: actionRefs,
triggers: triggerRefs,
connections: point.connections,
});
}
}