Update serialization tests with new version constants and dynamic global illumination settings
This commit is contained in:
@@ -40,6 +40,7 @@ import {
|
||||
PLAYER_START_COLLIDER_SETTINGS_SCENE_DOCUMENT_VERSION,
|
||||
PLAYER_START_INTERACTION_ANGLE_SCENE_DOCUMENT_VERSION,
|
||||
PLAYER_START_INPUT_BINDINGS_SCENE_DOCUMENT_VERSION,
|
||||
PLAYER_START_MOUSE_INVERT_SCENE_DOCUMENT_VERSION,
|
||||
PLAYER_START_MOVEMENT_TEMPLATE_SCENE_DOCUMENT_VERSION,
|
||||
PLAYER_START_NAVIGATION_MODE_SCENE_DOCUMENT_VERSION,
|
||||
SCENE_EDITOR_PREFERENCES_SCENE_DOCUMENT_VERSION,
|
||||
@@ -783,6 +784,12 @@ describe("scene document JSON", () => {
|
||||
radius: 0.75,
|
||||
samples: 16
|
||||
},
|
||||
dynamicGlobalIllumination: {
|
||||
enabled: true,
|
||||
intensity: 1.5,
|
||||
radius: 4,
|
||||
quality: "medium"
|
||||
},
|
||||
bloom: {
|
||||
enabled: true,
|
||||
intensity: 1.2,
|
||||
|
||||
Reference in New Issue
Block a user