106 lines
2.8 KiB
JSON
106 lines
2.8 KiB
JSON
{
|
|
"template_id": "Template_Outdoor",
|
|
"name": "Outdoor Template",
|
|
"description": "Exterior environment with physical sky, terrain, and atmospheric effects. Base for landscapes.",
|
|
"umap_path": "/Game/Ralpha/Maps/Template_Outdoor",
|
|
"required_actors": [
|
|
{
|
|
"class": "SkyAtmosphere",
|
|
"label": "SkyAtmosphere",
|
|
"settings": {
|
|
"rayleigh_scattering_scale": 1.0,
|
|
"mie_scattering_scale": 1.0
|
|
}
|
|
},
|
|
{
|
|
"class": "VolumetricCloud",
|
|
"label": "VolumetricCloud",
|
|
"settings": {
|
|
"layer_bottom_altitude": 5.0,
|
|
"layer_height": 10.0,
|
|
"tracing_start_max_distance": 350.0
|
|
}
|
|
},
|
|
{
|
|
"class": "DirectionalLight",
|
|
"label": "Sun",
|
|
"rotation": [-45, 0, 0],
|
|
"settings": {
|
|
"mobility": "movable",
|
|
"intensity": 10.0,
|
|
"atmosphere_sun_light": true,
|
|
"atmosphere_sun_light_index": 0,
|
|
"cast_shadows": true,
|
|
"use_temperature": true,
|
|
"temperature": 6500
|
|
}
|
|
},
|
|
{
|
|
"class": "SkyLight",
|
|
"label": "SkyLight",
|
|
"settings": {
|
|
"real_time_capture": true,
|
|
"intensity": 1.0,
|
|
"lower_hemisphere_is_solid_color": true,
|
|
"lower_hemisphere_color": {"r": 0.1, "g": 0.08, "b": 0.05}
|
|
}
|
|
},
|
|
{
|
|
"class": "ExponentialHeightFog",
|
|
"label": "AtmosphericFog",
|
|
"settings": {
|
|
"fog_density": 0.02,
|
|
"fog_height_falloff": 0.2,
|
|
"volumetric_fog": true,
|
|
"fog_inscattering_color": {"r": 0.45, "g": 0.55, "b": 0.75}
|
|
}
|
|
},
|
|
{
|
|
"class": "Landscape",
|
|
"label": "Terrain",
|
|
"settings": {
|
|
"component_count": [4, 4],
|
|
"sections_per_component": 2,
|
|
"quads_per_section": 63
|
|
},
|
|
"material": "/Game/Ralpha/Materials/M_Landscape_Base"
|
|
},
|
|
{
|
|
"class": "CineCameraActor",
|
|
"label": "MainCamera",
|
|
"location": [0, -500, 200],
|
|
"settings": {
|
|
"current_focal_length": 35.0,
|
|
"current_aperture": 5.6
|
|
}
|
|
},
|
|
{
|
|
"class": "SceneCapture2D",
|
|
"label": "SceneCapture",
|
|
"attach_to": "MainCamera"
|
|
}
|
|
],
|
|
"world_settings": {
|
|
"enable_world_composition": false,
|
|
"enable_world_partition": true
|
|
},
|
|
"post_process": {
|
|
"auto_exposure": true,
|
|
"exposure_min_brightness": 0.5,
|
|
"exposure_max_brightness": 2.0,
|
|
"bloom": true,
|
|
"ambient_occlusion": true,
|
|
"lens_flare": true
|
|
},
|
|
"time_of_day_presets": {
|
|
"dawn": {"sun_pitch": -5, "sun_yaw": 90},
|
|
"morning": {"sun_pitch": 30, "sun_yaw": 90},
|
|
"noon": {"sun_pitch": 80, "sun_yaw": 180},
|
|
"afternoon": {"sun_pitch": 45, "sun_yaw": 270},
|
|
"sunset": {"sun_pitch": 5, "sun_yaw": 270},
|
|
"dusk": {"sun_pitch": -5, "sun_yaw": 270},
|
|
"night": {"sun_pitch": -45, "sun_yaw": 0}
|
|
},
|
|
"notes": "Outdoor template with full atmosphere. Sun pitch controls time of day via atmosphere."
|
|
}
|