Files
splash/tests/integration_tests/integrationTests.json
2023-12-05 08:04:54 -05:00

86 lines
2.4 KiB
JSON

{// Default encoding for text
"encoding" : "UTF-8",
"description" : "splashConfiguration",
"local" : {
"cam1" : {
"activateColorLUT" : [ 0 ],
"blendPrecision" : [ 0.1000000014901161 ],
"blendWidth" : [ 0.05000000074505806 ],
"brightness" : [ 1.0 ],
"colorMixMatrix" : [
[ 1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0 ]
],
"colorTemperature" : [ 6500.0 ],
"eye" : [ -0.7457204461097717, -2.000045061111450, 1.961251258850098 ],
"fov" : [ 59.0 ],
"principalPoint" : [ 0.50, 0.50 ],
"size" : [ 1280.0, 1024.0 ],
"target" : [ 0.2087247669696808, 0.1021501868963242, 0.3151015341281891 ],
"type" : "camera",
"up" : [ 0.0, 0.0, 1.0 ]
},
"colorCalibrator" : {
"colorSamples" : [ 5 ],
"detectionThresholdFactor" : [ 1.0 ],
"equalizeMethod" : [ 2 ],
"hdrStep" : [ 1.0 ],
"imagePerHDR" : [ 1 ],
"type" : "colorCalibrator"
},
"image" : {
"benchmark" : false,
"file" : [ "../../data/share/splash/color_map.png" ],
"flip" : [ false ],
"flop" : [ false ],
"srgb" : [ true ],
"type" : "image"
},
"links" : [
[ "mesh", "object" ],
[ "object", "cam1" ],
[ "image", "object" ],
[ "cam1", "win1" ]
],
"local" : {
"blendingResolution" : [ 2048 ],
"type" : "scene"
},
"mesh" : {
"benchmark" : false,
"file" : [ "../../data/share/splash/cubes.obj" ],
"type" : "mesh"
},
"object" : {
"fill" : [ "texture" ],
"normalExponent" : [ 0.0 ],
"position" : [ 0.0, 0.0, 0.0 ],
"scale" : [ 1.0, 1.0, 1.0 ],
"culling" : [ 0 ],
"type" : "object"
},
"win1" : {
"decorated" : [ 1 ],
"fullscreen" : [ -1 ],
"gamma" : [ 2.200000047683716 ],
"layout" : [ 0, 0, 0, 0 ],
"position" : [ 611, 17 ],
"size" : [ 1280, 1024 ],
"srgb" : [ 1 ],
"type" : "window"
}
},
"scenes" : [
{
"address" : "localhost",
"httpserver" : [ "127.0.0.1", "9000" ],
"name" : "local",
"spawn" : 1,
"swapInterval" : 1
}
],
"world" : {
"framerate" : 60
}
}