Add foliage configuration to scene document JSON tests
This commit is contained in:
@@ -971,6 +971,12 @@ describe("scene document JSON", () => {
|
|||||||
sourceSize: 1.35,
|
sourceSize: 1.35,
|
||||||
samples: 40
|
samples: 40
|
||||||
},
|
},
|
||||||
|
foliage: {
|
||||||
|
enabled: true,
|
||||||
|
densityMultiplier: 0.75,
|
||||||
|
maxDistanceMultiplier: 1.25,
|
||||||
|
shadows: "near"
|
||||||
|
},
|
||||||
fogPath: "quality",
|
fogPath: "quality",
|
||||||
waterPath: "performance",
|
waterPath: "performance",
|
||||||
waterReflectionMode: "world",
|
waterReflectionMode: "world",
|
||||||
|
|||||||
Reference in New Issue
Block a user