Add support for custom box brush geometry in scene documents

This commit is contained in:
2026-04-05 02:35:11 +02:00
parent cf65b02e8d
commit 82664df74d
5 changed files with 49 additions and 12 deletions

View File

@@ -155,11 +155,6 @@ describe("scene document JSON", () => {
y: -1.25,
z: -1.5
};
brush.size = {
x: 2.5,
y: 2.25,
z: 2.75
};
const document = {
...createEmptySceneDocument({ name: "Authored Geometry Scene" }),