Enable advanced rendering and whitebox bevel in project document JSON test

This commit is contained in:
2026-04-12 01:05:39 +02:00
parent 4e8630abba
commit 8a1a207958

View File

@@ -97,6 +97,15 @@ describe("project document JSON", () => {
}
}
};
document.scenes["scene-cellar"].world.advancedRendering = {
...document.scenes["scene-cellar"].world.advancedRendering,
enabled: true,
whiteboxBevel: {
enabled: true,
edgeWidth: 0.16,
normalStrength: 0.85
}
};
const serializedDocument = serializeProjectDocument(document);