ralpha-assets/RalphaData/recipes/portrait_studio.json

43 lines
959 B
JSON

{
"recipe_id": "portrait_studio",
"name": "Portrait Studio - White Cyclorama",
"description": "Classic white backdrop portrait setup with 3-point lighting",
"template": "Template_Studio",
"components": [
{
"asset": "studio_backdrop_cyclorama_white",
"position": "origin",
"scale": 1.0
},
{
"asset": "studio_light_key",
"position": "front_left",
"angle": 45,
"height": 200,
"intensity": 1.0
},
{
"asset": "studio_light_fill",
"position": "front_right",
"angle": -30,
"height": 180,
"intensity": 0.5
},
{
"asset": "studio_light_rim",
"position": "back",
"angle": 180,
"height": 220,
"intensity": 0.8
}
],
"camera_preset": {
"position": [0, -300, 160],
"focal_length": 85,
"aperture": 2.8,
"focus_distance": 300
},
"lighting_preset": "Studio_3Point_Soft",
"post_preset": "PP_Neutral"
}