Skip to content

Commit

Permalink
add fixed pixel size render config files
Browse files Browse the repository at this point in the history
  • Loading branch information
msavva committed Dec 17, 2018
1 parent 12e1c2b commit 5f5c952
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ssc/config/render_fixed.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"view": {
"cameraPositionStrategy": "positionToFixedResolution",
"viewIndex": 4,
"pixelWidth": 0.01,
"useSquareImage": false
},
"camera": {
"type": "perspective"
},
"save_view_log": true
}
24 changes: 24 additions & 0 deletions ssc/config/render_fixed_suncg.json
Original file line number Diff line number Diff line change
@@ -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
}

0 comments on commit 5f5c952

Please sign in to comment.