From 5f5c9525beb5a6a70288e93d601db1b4dc1f1aaf Mon Sep 17 00:00:00 2001 From: Manolis Savva Date: Sun, 16 Dec 2018 16:13:59 -0800 Subject: [PATCH] add fixed pixel size render config files --- ssc/config/render_fixed.json | 12 ++++++++++++ ssc/config/render_fixed_suncg.json | 24 ++++++++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 ssc/config/render_fixed.json create mode 100644 ssc/config/render_fixed_suncg.json diff --git a/ssc/config/render_fixed.json b/ssc/config/render_fixed.json new file mode 100644 index 0000000..ba3d9f1 --- /dev/null +++ b/ssc/config/render_fixed.json @@ -0,0 +1,12 @@ +{ + "view": { + "cameraPositionStrategy": "positionToFixedResolution", + "viewIndex": 4, + "pixelWidth": 0.01, + "useSquareImage": false + }, + "camera": { + "type": "perspective" + }, + "save_view_log": true +} \ No newline at end of file diff --git a/ssc/config/render_fixed_suncg.json b/ssc/config/render_fixed_suncg.json new file mode 100644 index 0000000..be734bd --- /dev/null +++ b/ssc/config/render_fixed_suncg.json @@ -0,0 +1,24 @@ +{ + "view": { + "cameraPositionStrategy": "positionToFixedResolution", + "viewIndex": 4, + "pixelWidth": 0.01, + "useSquareImage": false + }, + "camera": { + "type": "perspective" + }, + "assetGroups": ["p5d"], + "assetInfo": { + "source": "p5dScene", + "format": "suncg", + "assetType": "scene", + "includeCeiling": false, + "useArchModelId": true, + "ignoreOriginalArchHoles": false, + "attachWallsToRoom": false, + "createArch": true + }, + "material_type": "phong", + "save_view_log": true +}