Draft: Resolve "Créer une zone de paysage extérieur" #45
9 changed files with 167 additions and 0 deletions
28
assets/landscape/aa_zone.tscn
Normal file
28
assets/landscape/aa_zone.tscn
Normal file
|
@ -0,0 +1,28 @@
|
|||
[gd_scene load_steps=5 format=2]
|
||||
|
||||
[ext_resource path="res://addons/zylann.hterrain/hterrain_texture_set.gd" type="Script" id=1]
|
||||
[ext_resource path="res://addons/zylann.hterrain/hterrain.gd" type="Script" id=2]
|
||||
[ext_resource path="res://assets/landscape/aa_zone_data/data.hterrain" type="Resource" id=3]
|
||||
|
||||
[sub_resource type="Resource" id=1]
|
||||
script = ExtResource( 1 )
|
||||
mode = 0
|
||||
textures = [ [ ], [ ] ]
|
||||
|
||||
[node name="aa_zone" type="Spatial"]
|
||||
|
||||
[node name="HTerrain" type="Spatial" parent="."]
|
||||
script = ExtResource( 2 )
|
||||
_terrain_data = ExtResource( 3 )
|
||||
chunk_size = 32
|
||||
collision_enabled = true
|
||||
collision_layer = 1
|
||||
collision_mask = 1
|
||||
shader_type = "Classic4Lite"
|
||||
custom_shader = null
|
||||
custom_globalmap_shader = null
|
||||
texture_set = SubResource( 1 )
|
||||
shader_params/u_ground_uv_scale = 20
|
||||
shader_params/u_depth_blending = true
|
||||
shader_params/u_triplanar = false
|
||||
shader_params/u_tile_reduction = Plane( 0, 0, 0, 0 )
|
BIN
assets/landscape/aa_zone_data/color.png
Normal file
BIN
assets/landscape/aa_zone_data/color.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.2 KiB |
34
assets/landscape/aa_zone_data/color.png.import
Normal file
34
assets/landscape/aa_zone_data/color.png.import
Normal file
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/color.png-6fae080325767b3a9d1e5f728d78106c.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/landscape/aa_zone_data/color.png"
|
||||
dest_files=[ "res://.import/color.png-6fae080325767b3a9d1e5f728d78106c.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_mode=0
|
||||
compress/bptc_ldr=0
|
||||
compress/normal_map=0
|
||||
flags/repeat=0
|
||||
flags/filter=true
|
||||
flags/mipmaps=false
|
||||
flags/anisotropic=false
|
||||
flags/srgb=2
|
||||
process/fix_alpha_border=false
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=false
|
||||
svg/scale=1.0
|
37
assets/landscape/aa_zone_data/data.hterrain
Normal file
37
assets/landscape/aa_zone_data/data.hterrain
Normal file
|
@ -0,0 +1,37 @@
|
|||
{
|
||||
"maps": [
|
||||
[
|
||||
{
|
||||
"id": 0
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"id": 0
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"id": 0
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"id": 0
|
||||
}
|
||||
],
|
||||
[
|
||||
|
||||
],
|
||||
[
|
||||
|
||||
],
|
||||
[
|
||||
|
||||
],
|
||||
[
|
||||
|
||||
]
|
||||
],
|
||||
"version": "0.11"
|
||||
}
|
BIN
assets/landscape/aa_zone_data/height.res
Normal file
BIN
assets/landscape/aa_zone_data/height.res
Normal file
Binary file not shown.
BIN
assets/landscape/aa_zone_data/normal.png
Normal file
BIN
assets/landscape/aa_zone_data/normal.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.9 KiB |
34
assets/landscape/aa_zone_data/normal.png.import
Normal file
34
assets/landscape/aa_zone_data/normal.png.import
Normal file
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/normal.png-60806eed38d43670ed0dcf0361a9c8e3.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/landscape/aa_zone_data/normal.png"
|
||||
dest_files=[ "res://.import/normal.png-60806eed38d43670ed0dcf0361a9c8e3.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_mode=0
|
||||
compress/bptc_ldr=0
|
||||
compress/normal_map=0
|
||||
flags/repeat=0
|
||||
flags/filter=true
|
||||
flags/mipmaps=false
|
||||
flags/anisotropic=false
|
||||
flags/srgb=0
|
||||
process/fix_alpha_border=false
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=false
|
||||
svg/scale=1.0
|
BIN
assets/landscape/aa_zone_data/splat.png
Normal file
BIN
assets/landscape/aa_zone_data/splat.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.2 KiB |
34
assets/landscape/aa_zone_data/splat.png.import
Normal file
34
assets/landscape/aa_zone_data/splat.png.import
Normal file
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/splat.png-a4c6d4ea576969eeb7d89a38b11e3bc0.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/landscape/aa_zone_data/splat.png"
|
||||
dest_files=[ "res://.import/splat.png-a4c6d4ea576969eeb7d89a38b11e3bc0.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_mode=0
|
||||
compress/bptc_ldr=0
|
||||
compress/normal_map=0
|
||||
flags/repeat=0
|
||||
flags/filter=true
|
||||
flags/mipmaps=false
|
||||
flags/anisotropic=false
|
||||
flags/srgb=0
|
||||
process/fix_alpha_border=false
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=false
|
||||
svg/scale=1.0
|
Loading…
Reference in a new issue