45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"$schema": "./recipe.schema.json",
|
|
"recipe_id": "portrait_studio_white",
|
|
"name": "White Portrait Studio",
|
|
"description": "Classic white cyclorama with 3-point lighting for portraits",
|
|
"category": "portrait",
|
|
"template_map": "Template_Studio",
|
|
"components": [
|
|
{
|
|
"asset": "cyclorama_white",
|
|
"position": [0, 0, 0],
|
|
"scale": 1.0,
|
|
"placement": "floor"
|
|
},
|
|
{
|
|
"asset": "light_key_softbox",
|
|
"position": [-200, 150, 200],
|
|
"facing": "center",
|
|
"placement": "floating"
|
|
},
|
|
{
|
|
"asset": "light_fill_panel",
|
|
"position": [150, 100, 180],
|
|
"facing": "center",
|
|
"placement": "floating"
|
|
},
|
|
{
|
|
"asset": "light_rim_strip",
|
|
"position": [0, -200, 220],
|
|
"facing": "center",
|
|
"placement": "floating"
|
|
},
|
|
{
|
|
"asset": "apple_box_full",
|
|
"position": [0, 0, 0],
|
|
"placement": "floor",
|
|
"optional": true
|
|
}
|
|
],
|
|
"lighting_preset": "Studio_3Point_Soft",
|
|
"post_preset": "PP_Portrait_Clean",
|
|
"camera_preset": "Portrait_Headshot",
|
|
"tags": ["portrait", "studio", "white", "cyclorama", "headshot", "professional"]
|
|
}
|