{
	"settings": [
		{
			"default": true,
			"standalone": true,
			"postprocessing": {
				"aoEnabled": false,
				"aoOptions": {
					"aoSamples": 4.0,
					"denoiseSamples": 8.0,
					"denoiseRadius": 24.0,
					"aoRadius": 5.0,
					"distanceFalloff": 1.0,
					"screenSpaceRadius": false,
					"halfRes": false,
					"depthAwareUpsampling": true,
					"transparencyAware": true,
					"intensity": 10.0,
					"renderMode": "Combined",
					"color": [0, 0, 0],
					"colorMultiply": true,
					"stencil": true,
					"accumulate": false,
					"gammaCorrection": false
				},
				"aaEnabled": true,
				"aaOptions": {
					"sampleLevel": 1.0,
					"unbiased": false
				},
				"vignetteEnabled": false,
				"vignetteOptions": {
					"vignetteOffset": 1,
					"vignetteDarkness": 1.5
				}
			}
		}
	],
    "lightpresets": [       
		{
            "name": "2026 02 11 - Standalone settings - no nav type - white",
            "default": true,
            "standalone": true,
            "shadowMapType": "VSMShadowMap",
            "outputEncoding": 3001,
			"toneMapping": "LinearToneMapping",
            "toneMappingExposure": 1,
            "physicallyCorrectLights": true,
			"hdri": "/assets/hdri/brown_photostudio_01_2k.hdr",
			"hdriIntensity": 0.25,
            "lights": [
                {
                    "type": "HemisphereLight",
                    "name": "Hemisphere",
                    "visible": true,
                    "position": {
                        "x": 0,
                        "y": 1,
                        "z": 0
                    },
                    "color": "white",
                    "groundColor": "white",
                    "intensity": 0.8
                },
				{
                    "type": "DirectionalLight",
                    "name": "Directional licht 1 - topdown",
                    "visible": true,
                    "position": {
                        "x": 0,
                        "y": 7,
                        "z": 0
                    },
                    "color": "white",
                    "groundColor": null,
                    "intensity": 1.2,
                    "angle": null,
                    "power": null,
                    "decay": 2,
                    "distance": null,
                    "penumbra": null,
                    "castShadow": true,
                    "wallOffset": 0,
                    "rotationOffset": 0,
                    "topDownDirectional": false,
                    "shadow": {
                        "mapSize": {
                            "x": 2048,
                            "y": 2048
                        },
						"bias": -0.0001,
                        "radius": 10,
                        "near": 5,
                        "far": 25
                    }
                },
                {
                    "type": "DirectionalLight",
                    "name": "Directional licht 2 - from front-right",
                    "visible": true,
                    "position": {
                        "x": 2,
                        "y": 6,
                        "z": 7
                    },
                    "color": "white",
                    "groundColor": null,
                    "intensity": 1.0,
                    "angle": null,
                    "power": null,
                    "decay": 2,
                    "distance": null,
                    "penumbra": null,
                    "castShadow": false,
                    "wallOffset": 0,
                    "rotationOffset": 0,
                    "topDownDirectional": false,
                    "shadow": {
                        "mapSize": {
                            "x": 512,
                            "y": 512
                        },
						"bias": -0.0001,
						"radius": 1,
                        "near": 5,
                        "far": 25
                    }
                },
				{
                    "type": "DirectionalLight",
                    "name": "Directional licht 3 - Flat shadow caster from left",
                    "visible": true,
                    "position": {
                        "x": -4,
                        "y": 0.0,
                        "z": 4
                    },
                    "color": "white",
                    "groundColor": null,
                    "intensity": 0.4,
                    "angle": null,
                    "power": null,
                    "decay": 2,
                    "distance": null,
                    "penumbra": null,
                    "castShadow": true,
                    "wallOffset": 0,
                    "rotationOffset": 0,
                    "topDownDirectional": false,
                    "shadow": {
                        "mapSize": {
                            "x": 2048,
                            "y": 2048
                        },
						"bias": -0.0001,
						"radius": 5,
                        "near": 5,
                        "far": 25
                    }
                },
				{
                    "type": "DirectionalLight",
                    "name": "Directional licht 4 - from back-left",
                    "visible": true,
                    "position": {
                        "x": -10,
                        "y": 4,
                        "z": -10
                    },
                    "color": "white",
                    "groundColor": null,
                    "intensity": 0.5,
                    "angle": null,
                    "power": null,
                    "decay": 2,
                    "distance": null,
                    "penumbra": null,
                    "castShadow": false,
                    "wallOffset": 0,
                    "rotationOffset": 0,
                    "topDownDirectional": false,
                    "shadow": {
                        "mapSize": {
                            "x": 512,
                            "y": 512
                        },
						"bias": -0.0001,
						"radius": 1,
                        "near": 5,
                        "far": 25
                    }
                }
                
				
            ],
            "dirty": true,
            "id": "438d129db6d1"
        },
		{
            "name": "2026 02 11 - Standalone settings - no nav type - light-grey",
            "default": false,
            "standalone": true,
            "shadowMapType": "VSMShadowMap",
            "outputEncoding": 3001,
			"toneMapping": "ACESFilmicToneMapping",
            "toneMappingExposure": 1,
            "physicallyCorrectLights": true,
			"hdri": "/assets/hdri/brown_photostudio_01_2k.hdr",
			"hdriIntensity": 0.35,
            "lights": [
                {
                    "type": "HemisphereLight",
                    "name": "Hemisphere",
                    "visible": true,
                    "position": {
                        "x": 0,
                        "y": 1,
                        "z": 0
                    },
                    "color": "white",
                    "groundColor": "white",
                    "intensity": 0.2
                },
				{
                    "type": "DirectionalLight",
                    "name": "Directional licht 1 - topdown",
                    "visible": true,
                    "position": {
                        "x": 0,
                        "y": 7,
                        "z": 0
                    },
                    "color": "white",
                    "groundColor": null,
                    "intensity": 1.0,
                    "angle": null,
                    "power": null,
                    "decay": 2,
                    "distance": null,
                    "penumbra": null,
                    "castShadow": true,
                    "wallOffset": 0,
                    "rotationOffset": 0,
                    "topDownDirectional": false,
                    "shadow": {
                        "mapSize": {
                            "x": 2048,
                            "y": 2048
                        },
						"bias": -0.0001,
                        "radius": 25,
                        "near": 5,
                        "far": 25
                    }
                },
                {
                    "type": "DirectionalLight",
                    "name": "Directional licht 2 - from front-right",
                    "visible": true,
                    "position": {
                        "x": 2,
                        "y": 6,
                        "z": 7
                    },
                    "color": "white",
                    "groundColor": null,
                    "intensity": 0.4,
                    "angle": null,
                    "power": null,
                    "decay": 2,
                    "distance": null,
                    "penumbra": null,
                    "castShadow": false,
                    "wallOffset": 0,
                    "rotationOffset": 0,
                    "topDownDirectional": false,
                    "shadow": {
                        "mapSize": {
                            "x": 512,
                            "y": 512
                        },
						"bias": -0.0001,
						"radius": 1,
                        "near": 5,
                        "far": 25
                    }
                },
				{
                    "type": "DirectionalLight",
                    "name": "Directional licht 3 - Flat shadow caster from left",
                    "visible": true,
                    "position": {
                        "x": -4,
                        "y": 0.0,
                        "z": 4
                    },
                    "color": "white",
                    "groundColor": null,
                    "intensity": 0.4,
                    "angle": null,
                    "power": null,
                    "decay": 2,
                    "distance": null,
                    "penumbra": null,
                    "castShadow": true,
                    "wallOffset": 0,
                    "rotationOffset": 0,
                    "topDownDirectional": false,
                    "shadow": {
                        "mapSize": {
                            "x": 2048,
                            "y": 2048
                        },
						"bias": -0.0001,
						"radius": 5,
                        "near": 5,
                        "far": 25
                    }
                },
				{
                    "type": "DirectionalLight",
                    "name": "Directional licht 4 - from back-left",
                    "visible": true,
                    "position": {
                        "x": -10,
                        "y": 4,
                        "z": -10
                    },
                    "color": "white",
                    "groundColor": null,
                    "intensity": 0.5,
                    "angle": null,
                    "power": null,
                    "decay": 2,
                    "distance": null,
                    "penumbra": null,
                    "castShadow": false,
                    "wallOffset": 0,
                    "rotationOffset": 0,
                    "topDownDirectional": false,
                    "shadow": {
                        "mapSize": {
                            "x": 512,
                            "y": 512
                        },
						"bias": -0.0001,
						"radius": 1,
                        "near": 5,
                        "far": 25
                    }
                }
                
				
            ],
            "dirty": true,
            "id": "438d129db6d1"
        }
		
    ]
}