Improve investor visual recovery pass
This commit is contained in:
@@ -551,6 +551,78 @@ ENVIRONMENT_VARIATION_ACTORS = [
|
||||
"scale": unreal.Vector(0.07, 0.07, 1.15),
|
||||
"rotation": unreal.Rotator(0.0, -19.0, 0.0),
|
||||
},
|
||||
{
|
||||
"label": "AGR_GZ_EnvVar_FirstLook_OakCanopy_01",
|
||||
"mesh_key": "chamfer_cube",
|
||||
"material_key": "tree",
|
||||
"location_xy": unreal.Vector(-26200.0, -7200.0, 0.0),
|
||||
"z_offset": 410.0,
|
||||
"scale": unreal.Vector(2.2, 2.6, 1.55),
|
||||
"rotation": unreal.Rotator(0.0, 24.0, 0.0),
|
||||
},
|
||||
{
|
||||
"label": "AGR_GZ_EnvVar_FirstLook_OakTrunk_01",
|
||||
"mesh_key": "cylinder",
|
||||
"material_key": "wood_resource",
|
||||
"location_xy": unreal.Vector(-26200.0, -7200.0, 0.0),
|
||||
"z_offset": 180.0,
|
||||
"scale": unreal.Vector(0.28, 0.28, 3.7),
|
||||
"rotation": unreal.Rotator(0.0, 24.0, 0.0),
|
||||
},
|
||||
{
|
||||
"label": "AGR_GZ_EnvVar_FirstLook_Brush_01",
|
||||
"mesh_key": "chamfer_cube",
|
||||
"material_key": "shrub",
|
||||
"location_xy": unreal.Vector(-19100.0, -8350.0, 0.0),
|
||||
"z_offset": 72.0,
|
||||
"scale": unreal.Vector(1.65, 1.25, 0.68),
|
||||
"rotation": unreal.Rotator(0.0, -14.0, 0.0),
|
||||
},
|
||||
{
|
||||
"label": "AGR_GZ_EnvVar_FirstLook_Brush_02",
|
||||
"mesh_key": "chamfer_cube",
|
||||
"material_key": "shrub",
|
||||
"location_xy": unreal.Vector(-23900.0, 1300.0, 0.0),
|
||||
"z_offset": 76.0,
|
||||
"scale": unreal.Vector(1.25, 1.95, 0.72),
|
||||
"rotation": unreal.Rotator(0.0, 39.0, 0.0),
|
||||
},
|
||||
{
|
||||
"label": "AGR_GZ_EnvVar_FirstLook_GrassMat_01",
|
||||
"mesh_key": "plane",
|
||||
"material_key": "grass",
|
||||
"location_xy": unreal.Vector(-20500.0, -6400.0, 0.0),
|
||||
"z_offset": 15.0,
|
||||
"scale": unreal.Vector(3.8, 2.4, 1.0),
|
||||
"rotation": unreal.Rotator(0.0, 18.0, 0.0),
|
||||
},
|
||||
{
|
||||
"label": "AGR_GZ_EnvVar_FirstLook_GrassMat_02",
|
||||
"mesh_key": "plane",
|
||||
"material_key": "grass",
|
||||
"location_xy": unreal.Vector(-24200.0, -1800.0, 0.0),
|
||||
"z_offset": 15.0,
|
||||
"scale": unreal.Vector(2.9, 3.7, 1.0),
|
||||
"rotation": unreal.Rotator(0.0, -31.0, 0.0),
|
||||
},
|
||||
{
|
||||
"label": "AGR_GZ_EnvVar_FirstLook_Rock_01",
|
||||
"mesh_key": "quarter_cylinder",
|
||||
"material_key": "stone_resource",
|
||||
"location_xy": unreal.Vector(-18400.0, -2400.0, 0.0),
|
||||
"z_offset": 45.0,
|
||||
"scale": unreal.Vector(1.15, 1.55, 0.52),
|
||||
"rotation": unreal.Rotator(0.0, 66.0, 0.0),
|
||||
},
|
||||
{
|
||||
"label": "AGR_GZ_EnvVar_FirstLook_Rock_02",
|
||||
"mesh_key": "chamfer_cube",
|
||||
"material_key": "stone_resource",
|
||||
"location_xy": unreal.Vector(-27900.0, -3600.0, 0.0),
|
||||
"z_offset": 42.0,
|
||||
"scale": unreal.Vector(0.98, 0.82, 0.36),
|
||||
"rotation": unreal.Rotator(0.0, -52.0, 0.0),
|
||||
},
|
||||
]
|
||||
|
||||
RUIN_PLACEHOLDER_ACTORS = [
|
||||
@@ -604,7 +676,7 @@ RUIN_PLACEHOLDER_ACTORS = [
|
||||
|
||||
FOLIAGE_ZONES = {
|
||||
"trees": {
|
||||
"count": 64,
|
||||
"count": 96,
|
||||
"x_range": (-25000.0, 42000.0),
|
||||
"y_range": (-12000.0, 42000.0),
|
||||
"min_elevation_m": 18.0,
|
||||
@@ -612,7 +684,7 @@ FOLIAGE_ZONES = {
|
||||
"scale_range": (0.75, 1.35),
|
||||
},
|
||||
"shrubs": {
|
||||
"count": 148,
|
||||
"count": 220,
|
||||
"x_range": (-42000.0, 45000.0),
|
||||
"y_range": (-38000.0, 45000.0),
|
||||
"min_elevation_m": 7.0,
|
||||
@@ -620,7 +692,7 @@ FOLIAGE_ZONES = {
|
||||
"scale_range": (0.45, 1.05),
|
||||
},
|
||||
"grass": {
|
||||
"count": 260,
|
||||
"count": 420,
|
||||
"x_range": (-46000.0, 46000.0),
|
||||
"y_range": (-46000.0, 46000.0),
|
||||
"min_elevation_m": 4.0,
|
||||
|
||||
Reference in New Issue
Block a user