diff --git a/settings.json b/settings.json index 5639f0703acb2f9fc4b773982e0a1ef50f4edb81..9b1ee4a917fe8d8dd26879b164d89b14764c31c3 100644 --- a/settings.json +++ b/settings.json @@ -1,11 +1,11 @@ { "data_filepaths": [ - { "geometry": "/hpcwork/rwth0432/data/oxyflame/GEOM_0013200.vtp", "volume": "/hpcwork/rwth0432/data/oxyflame/QOUT_0013200.vtu" }, - { "geometry": "/hpcwork/rwth0432/data/oxyflame/GEOM_0013200.vtp", "volume": "/hpcwork/rwth0432/data/oxyflame/QOUT_0013200.vtu" }, - { "geometry": "/hpcwork/rwth0432/data/oxyflame/GEOM_0013200.vtp", "volume": "/hpcwork/rwth0432/data/oxyflame/QOUT_0013200.vtu" } + { "geometry": "/hpcwork/rwth0432/data/oxyflame/GEOM_0013200.vtp", "volume": "/hpcwork/rwth0432/data/oxyflame/QOUT_0013200_test.vtu" }, + { "geometry": "/hpcwork/rwth0432/data/oxyflame/GEOM_0013200.vtp", "volume": "/hpcwork/rwth0432/data/oxyflame/QOUT_0013200_test.vtu" }, + { "geometry": "/hpcwork/rwth0432/data/oxyflame/GEOM_0013200.vtp", "volume": "/hpcwork/rwth0432/data/oxyflame/QOUT_0013200_test.vtu" } ], - "transfer_function": "/hpcwork/rwth0432/data/oxyflame/transfer_function.json", + "transfer_function": "/home/rwth0432/source/oxyflame_rendering_tools/transfer_function.json", "time_scale" : 1000.0, "loop" : true, @@ -15,9 +15,9 @@ "update_rate" : 16.0, "key_frames" : [ - { "time": 0.0 , "position": [ 0.0, 0.0, -100.0], "forward": [0.0, 0.0, 1.0], "up": [0.0, 1.0, 0.0] }, - { "time": 1000.0, "position": [ 0.0, -100.0, 0.0], "forward": [0.0, 1.0, 0.0], "up": [0.0, 0.0, 1.0] }, - { "time": 2000.0, "position": [-100.0, 0.0, 0.0], "forward": [1.0, 0.0, 0.0], "up": [0.0, 1.0, 0.0] }, - { "time": 3000.0, "position": [ 0.0, 0.0, -100.0], "forward": [0.0, 0.0, 1.0], "up": [0.0, 1.0, 0.0] } + { "time": 0.0 , "position": [ 0.0, 0.0, -250.0], "forward": [0.0, 0.0, 1.0], "up": [0.0, 1.0, 0.0] }, + { "time": 1000.0, "position": [ 0.0, -250.0, 0.0], "forward": [0.0, 1.0, 0.0], "up": [0.0, 0.0, -1.0] }, + { "time": 2000.0, "position": [-250.0, 0.0, 0.0], "forward": [1.0, 0.0, 0.0], "up": [0.0, 1.0, 0.0] }, + { "time": 3000.0, "position": [ 0.0, 0.0, -250.0], "forward": [0.0, 0.0, 1.0], "up": [0.0, 1.0, 0.0] } ] }