Historical building modeling #141
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Inspired by #139 and part of #138
Consider
blocktable.jsused for #91 adapting with specific set of primitives, e.g. gray cylinders, triangles, boxesNote it exposed
data = window.exportBlocksFromTable()Unfortunately loading back means showing the interface that the
blocktablecomponent uses. Overall this highlights a pattern that could have a "headless" of interface-less mode for most component. This is typically done ininit()but maybe it should not be done this way. At least there should be a way to hide or disable the interface after being added.It's a very short code snippet used frequently so abstracted away and added to
remixes.jswhich can be tested with
which can then be used as a 1-liner e.g. demonstrated in
remix__load_entities_example.jsontestable via https://biggu.benetou.fr/remixed_room.html?room=onboarding&loadRemix=remix__load_entities_example.json