Test anti-aliasing settings in scene document JSON serialization
This commit is contained in:
@@ -1527,6 +1527,10 @@ describe("scene document JSON", () => {
|
|||||||
mode: "acesFilmic",
|
mode: "acesFilmic",
|
||||||
exposure: 1.25
|
exposure: 1.25
|
||||||
},
|
},
|
||||||
|
antiAliasing: {
|
||||||
|
enabled: true,
|
||||||
|
mode: "fxaa"
|
||||||
|
},
|
||||||
whiteboxBevel: {
|
whiteboxBevel: {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
edgeWidth: 0.18,
|
edgeWidth: 0.18,
|
||||||
|
|||||||
Reference in New Issue
Block a user