data storage
This commit is contained in:
@@ -59,6 +59,26 @@
|
||||
],
|
||||
"description": "Normalized fisheye radius; adjust X/Y when the image is cropped or squeezed."
|
||||
},
|
||||
{
|
||||
"id": "sourceEdgeCut",
|
||||
"label": "Source Edge Cut",
|
||||
"type": "float",
|
||||
"default": 0.01,
|
||||
"min": 0,
|
||||
"max": 0.2,
|
||||
"step": 0.001,
|
||||
"description": "Cuts slightly inward from all four source-frame edges before sampling to hide empty border regions."
|
||||
},
|
||||
{
|
||||
"id": "sourceEdgeFeather",
|
||||
"label": "Source Edge Feather",
|
||||
"type": "float",
|
||||
"default": 0.02,
|
||||
"min": 0,
|
||||
"max": 0.2,
|
||||
"step": 0.001,
|
||||
"description": "Softens the trimmed source edges into the outside color for easier background blending."
|
||||
},
|
||||
{
|
||||
"id": "virtualFovDegrees",
|
||||
"label": "Virtual FOV",
|
||||
|
||||
Reference in New Issue
Block a user