94 lines
2.5 KiB
JSON
94 lines
2.5 KiB
JSON
{
|
|
"template_id": "Template_Studio",
|
|
"name": "Studio Template",
|
|
"description": "Photography studio with lighting rig, backdrop, and camera. Ideal for portraits and product shots.",
|
|
"umap_path": "/Game/Ralpha/Maps/Template_Studio",
|
|
"required_actors": [
|
|
{
|
|
"class": "CineCameraActor",
|
|
"label": "MainCamera",
|
|
"location": [0, -400, 160],
|
|
"rotation": [0, 0, 0],
|
|
"settings": {
|
|
"current_focal_length": 85.0,
|
|
"current_aperture": 2.8,
|
|
"focus_method": "manual",
|
|
"manual_focus_distance": 400
|
|
}
|
|
},
|
|
{
|
|
"class": "SceneCapture2D",
|
|
"label": "SceneCapture",
|
|
"attach_to": "MainCamera"
|
|
},
|
|
{
|
|
"class": "StaticMeshActor",
|
|
"label": "Backdrop_Cyclorama",
|
|
"mesh": "/Game/Ralpha/Assets/Studio/SM_Cyclorama",
|
|
"location": [0, 0, 0],
|
|
"material": "/Game/Ralpha/Materials/M_White_Backdrop"
|
|
},
|
|
{
|
|
"class": "RectLight",
|
|
"label": "KeyLight",
|
|
"location": [-200, -200, 250],
|
|
"rotation": [-35, 45, 0],
|
|
"settings": {
|
|
"intensity": 20.0,
|
|
"source_width": 150,
|
|
"source_height": 100,
|
|
"light_color": {"r": 1.0, "g": 0.98, "b": 0.95}
|
|
}
|
|
},
|
|
{
|
|
"class": "RectLight",
|
|
"label": "FillLight",
|
|
"location": [150, -150, 200],
|
|
"rotation": [-25, -30, 0],
|
|
"settings": {
|
|
"intensity": 8.0,
|
|
"source_width": 200,
|
|
"source_height": 150,
|
|
"light_color": {"r": 0.95, "g": 0.97, "b": 1.0}
|
|
}
|
|
},
|
|
{
|
|
"class": "RectLight",
|
|
"label": "RimLight",
|
|
"location": [0, 250, 280],
|
|
"rotation": [-45, 180, 0],
|
|
"settings": {
|
|
"intensity": 15.0,
|
|
"source_width": 100,
|
|
"source_height": 80,
|
|
"light_color": {"r": 1.0, "g": 1.0, "b": 1.0}
|
|
}
|
|
},
|
|
{
|
|
"class": "SkyLight",
|
|
"label": "AmbientFill",
|
|
"settings": {
|
|
"intensity": 0.3,
|
|
"real_time_capture": false,
|
|
"cubemap": "/Game/Ralpha/HDRI/T_Studio_Neutral"
|
|
}
|
|
}
|
|
],
|
|
"world_settings": {
|
|
"force_no_precomputed_lighting": true,
|
|
"lightmass_importance_volume": false
|
|
},
|
|
"post_process": {
|
|
"auto_exposure": false,
|
|
"exposure_compensation": 0.0,
|
|
"bloom": false,
|
|
"vignette": 0.0,
|
|
"color_grading": "neutral"
|
|
},
|
|
"spawn_point": {
|
|
"location": [0, 0, 0],
|
|
"description": "Center of cyclorama, subject spawn location"
|
|
},
|
|
"notes": "Studio template with 3-point lighting. Adjust light positions/intensities via MCP commands."
|
|
}
|