Added missing data

This commit is contained in:
2024-05-20 17:22:19 +03:00
parent 073854c107
commit 33dd2be5ac
366 changed files with 132873 additions and 2 deletions

65
.vscode/settings.json vendored
View File

@@ -4,6 +4,69 @@
"*.ipp": "cpp",
"array": "cpp",
"*.tcc": "cpp",
"*.inc": "cpp"
"*.inc": "cpp",
"atomic": "cpp",
"bit": "cpp",
"cctype": "cpp",
"charconv": "cpp",
"chrono": "cpp",
"clocale": "cpp",
"cmath": "cpp",
"compare": "cpp",
"concepts": "cpp",
"condition_variable": "cpp",
"cstdarg": "cpp",
"cstddef": "cpp",
"cstdint": "cpp",
"cstdio": "cpp",
"cstdlib": "cpp",
"cstring": "cpp",
"ctime": "cpp",
"cwchar": "cpp",
"cwctype": "cpp",
"deque": "cpp",
"list": "cpp",
"map": "cpp",
"set": "cpp",
"string": "cpp",
"unordered_map": "cpp",
"vector": "cpp",
"exception": "cpp",
"algorithm": "cpp",
"functional": "cpp",
"iterator": "cpp",
"memory": "cpp",
"memory_resource": "cpp",
"numeric": "cpp",
"optional": "cpp",
"random": "cpp",
"ratio": "cpp",
"string_view": "cpp",
"system_error": "cpp",
"tuple": "cpp",
"type_traits": "cpp",
"utility": "cpp",
"fstream": "cpp",
"initializer_list": "cpp",
"iomanip": "cpp",
"iosfwd": "cpp",
"iostream": "cpp",
"istream": "cpp",
"limits": "cpp",
"mutex": "cpp",
"new": "cpp",
"numbers": "cpp",
"ostream": "cpp",
"semaphore": "cpp",
"span": "cpp",
"sstream": "cpp",
"stdexcept": "cpp",
"stop_token": "cpp",
"streambuf": "cpp",
"thread": "cpp",
"cinttypes": "cpp",
"typeinfo": "cpp",
"variant": "cpp",
"format": "cpp"
}
}

View File

@@ -16,7 +16,7 @@ godot-editor-main: patch
patch: ./src/godot/scene/animation/skeleton_ik.cpp
cd ./src/godot && git reset --hard HEAD && for p in ../patches/*.patch; do git apply $$p; done
sed -e 's/ERR_FAIL_COND_V(-1 == p_task->root_bone, false);//g' -i ./src/godot/scene/animation/skeleton_ik.cpp
cd ./src/modules/voxel && git reset --hard HEAD && for p in ../patches/voxel/*.patch; do git apply $$p; done
cd ./src/modules/voxel && git reset --hard HEAD && for p in ../../patches/voxel/*.patch; do git apply $$p; done
export: export-models export-clothes
rm -Rf godot/.import

2
godot/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
.import/*
astream/interior/*.scn

39079
godot/astream/buildings.json Normal file

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@@ -0,0 +1,35 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Atlas_00001.png-2bd220c65a96f77c66f39c375820bfe1.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://astream/terrain/details/Atlas_00001.png"
dest_files=[ "res://.import/Atlas_00001.png-2bd220c65a96f77c66f39c375820bfe1.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=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 341 B

View File

@@ -0,0 +1,35 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Atlas_00005.png-e494ea23647a26f5b6d02766c05fe6ca.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://astream/terrain/details/Atlas_00005.png"
dest_files=[ "res://.import/Atlas_00005.png-e494ea23647a26f5b6d02766c05fe6ca.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=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 276 B

View File

@@ -0,0 +1,35 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Atlas_00006.png-37f4e0d8bc33ff5ad5e4713880240781.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://astream/terrain/details/Atlas_00006.png"
dest_files=[ "res://.import/Atlas_00006.png-37f4e0d8bc33ff5ad5e4713880240781.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=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 346 B

View File

@@ -0,0 +1,35 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Atlas_12696.png-fa4a924572a2c1f6518ce746cc529768.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://astream/terrain/details/Atlas_12696.png"
dest_files=[ "res://.import/Atlas_12696.png-fa4a924572a2c1f6518ce746cc529768.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=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 431 B

View File

@@ -0,0 +1,35 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Atlas_32944.png-ee0606af55bc78281fe6e4334c93debe.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://astream/terrain/details/Atlas_32944.png"
dest_files=[ "res://.import/Atlas_32944.png-ee0606af55bc78281fe6e4334c93debe.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=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 437 B

View File

@@ -0,0 +1,35 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Atlas_36953.png-f150f72114427818f37a6e106d2d5860.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://astream/terrain/details/Atlas_36953.png"
dest_files=[ "res://.import/Atlas_36953.png-f150f72114427818f37a6e106d2d5860.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=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 517 B

View File

@@ -0,0 +1,35 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Atlas_52716.png-1b565d8cf1be1af09d0a8567a006b42d.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://astream/terrain/details/Atlas_52716.png"
dest_files=[ "res://.import/Atlas_52716.png-1b565d8cf1be1af09d0a8567a006b42d.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=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 420 B

View File

@@ -0,0 +1,35 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Atlas_73934.png-c8b0eeb6e99a13dac0553c63016dae9b.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://astream/terrain/details/Atlas_73934.png"
dest_files=[ "res://.import/Atlas_73934.png-c8b0eeb6e99a13dac0553c63016dae9b.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=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

View File

@@ -0,0 +1,35 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Image.png-d454ab8477a9c372b6cd00600d4e96b8.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://astream/terrain/details/Image.png"
dest_files=[ "res://.import/Image.png-d454ab8477a9c372b6cd00600d4e96b8.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=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View File

@@ -0,0 +1,35 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/atlas-gym-roughness.png-71e9b5d75736c9ab93ce08e009178c40.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://astream/terrain/details/atlas-gym-roughness.png"
dest_files=[ "res://.import/atlas-gym-roughness.png-71e9b5d75736c9ab93ce08e009178c40.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=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,153 @@
{
"asset":{
"generator":"Khronos glTF Blender I/O v3.6.27",
"version":"2.0"
},
"extensionsUsed":[
"KHR_materials_specular",
"KHR_materials_ior"
],
"scene":0,
"scenes":[
{
"name":"Scene",
"nodes":[
0
]
}
],
"nodes":[
{
"mesh":0,
"name":"bus-stop"
}
],
"materials":[
{
"alphaCutoff":0.5,
"alphaMode":"MASK",
"extensions":{
"KHR_materials_specular":{
"specularColorFactor":[
0.474271529955476,
0.474271529955476,
0.474271529955476
]
},
"KHR_materials_ior":{
"ior":1.4500000476837158
}
},
"name":"material_atlas_73934_1.001",
"pbrMetallicRoughness":{
"baseColorTexture":{
"index":0
},
"metallicFactor":0
}
}
],
"meshes":[
{
"name":"Cube",
"primitives":[
{
"attributes":{
"POSITION":0,
"NORMAL":1,
"TEXCOORD_0":2
},
"indices":3,
"material":0
}
]
}
],
"textures":[
{
"sampler":0,
"source":0
}
],
"images":[
{
"mimeType":"image/png",
"name":"Atlas_73934",
"uri":"Atlas_73934.png"
}
],
"accessors":[
{
"bufferView":0,
"componentType":5126,
"count":430,
"max":[
7.011116981506348,
5.200000286102295,
3.5925769805908203
],
"min":[
-7.011116981506348,
-0.005541202612221241,
-0.9000000357627869
],
"type":"VEC3"
},
{
"bufferView":1,
"componentType":5126,
"count":430,
"type":"VEC3"
},
{
"bufferView":2,
"componentType":5126,
"count":430,
"type":"VEC2"
},
{
"bufferView":3,
"componentType":5123,
"count":1776,
"type":"SCALAR"
}
],
"bufferViews":[
{
"buffer":0,
"byteLength":5160,
"byteOffset":0,
"target":34962
},
{
"buffer":0,
"byteLength":5160,
"byteOffset":5160,
"target":34962
},
{
"buffer":0,
"byteLength":3440,
"byteOffset":10320,
"target":34962
},
{
"buffer":0,
"byteLength":3552,
"byteOffset":13760,
"target":34963
}
],
"samplers":[
{
"magFilter":9729,
"minFilter":9987
}
],
"buffers":[
{
"byteLength":17312,
"uri":"bus-stop.bin"
}
]
}

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,26 @@
[gd_scene load_steps=3 format=2]
[ext_resource path="res://astream/terrain/details/bus-stop.gltf" type="PackedScene" id=1]
[sub_resource type="BoxShape" id=1]
extents = Vector3( 7.05784, 0.158917, 1.3372 )
[node name="bus-stop" instance=ExtResource( 1 )]
[node name="StaticBody" type="StaticBody" parent="bus-stop" index="0"]
[node name="CollisionShape" type="CollisionShape" parent="bus-stop/StaticBody" index="0"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.121079, 2.09843 )
shape = SubResource( 1 )
[node name="CollisionShape2" type="CollisionShape" parent="bus-stop/StaticBody" index="1"]
transform = Transform( 1, 0, 0, 0, -4.37114e-08, -1, 0, 1, -4.37114e-08, 0, 1.6043, 3.3849 )
shape = SubResource( 1 )
[node name="CollisionShape3" type="CollisionShape" parent="bus-stop/StaticBody" index="2"]
transform = Transform( 1, 0, 0, 0, 0.902893, -0.429865, 0, 0.429865, 0.902893, 0, 4.61468, 2.35981 )
shape = SubResource( 1 )
[node name="CollisionShape4" type="CollisionShape" parent="bus-stop/StaticBody" index="3"]
transform = Transform( 1, 0, 0, 0, 0.915396, 0.402555, 0, -0.402555, 0.915396, 0, 4.61468, 0.296666 )
shape = SubResource( 1 )

Binary file not shown.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,53 @@
[gd_scene load_steps=4 format=2]
[ext_resource path="res://astream/terrain/details/business-bar1.gltf" type="PackedScene" id=1]
[ext_resource path="res://astream/terrain/details/parts/door1-portal.tscn" type="PackedScene" id=2]
[sub_resource type="BoxShape" id=1]
extents = Vector3( 0.7, 1, 0.6 )
[node name="business-bar1" instance=ExtResource( 1 )]
[node name="door1-portal" parent="." index="9" instance=ExtResource( 2 )]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -1, 1, 15.2012 )
[node name="enter_destination" type="Spatial" parent="door1-portal" index="5" groups=["smart_object"]]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0.905, 0, 0.65 )
[node name="actions" type="Node" parent="door1-portal/enter_destination" index="0"]
[node name="EnterDestination" type="GoapActionData" parent="door1-portal/enter_destination/actions" index="0"]
preconditions = {
"have_ped_destination": 1
}
variation = 1004432320
cost = 100
distance = 0.0
[node name="Area" type="Area" parent="door1-portal/enter_destination" index="1"]
[node name="CollisionShape" type="CollisionShape" parent="door1-portal/enter_destination/Area" index="0"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.1, 0 )
shape = SubResource( 1 )
[node name="door1-portal2" parent="." index="10" instance=ExtResource( 2 )]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -1, 6, 15.2079 )
[node name="enter_destination" type="Spatial" parent="door1-portal2" index="5" groups=["smart_object"]]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0.905, 0, 0.65 )
[node name="actions" type="Node" parent="door1-portal2/enter_destination" index="0"]
[node name="EnterDestination" type="GoapActionData" parent="door1-portal2/enter_destination/actions" index="0"]
preconditions = {
"have_ped_destination": 1
}
variation = 1010586212
cost = 100
distance = 0.0
[node name="Area" type="Area" parent="door1-portal2/enter_destination" index="1"]
[node name="CollisionShape" type="CollisionShape" parent="door1-portal2/enter_destination/Area" index="0"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.1, 0 )
shape = SubResource( 1 )

Binary file not shown.

View File

@@ -0,0 +1,329 @@
{
"asset":{
"generator":"Khronos glTF Blender I/O v3.6.27",
"version":"2.0"
},
"extensionsUsed":[
"KHR_materials_specular",
"KHR_materials_ior"
],
"scene":0,
"scenes":[
{
"name":"Scene",
"nodes":[
1
]
}
],
"nodes":[
{
"mesh":0,
"name":"flat3-1-noimp",
"translation":[
0,
1,
0
]
},
{
"children":[
0
],
"mesh":1,
"name":"cafe1-col"
}
],
"materials":[
{
"alphaCutoff":0.5,
"alphaMode":"MASK",
"extensions":{
"KHR_materials_specular":{
"specularColorFactor":[
0.474271529955476,
0.474271529955476,
0.474271529955476
]
},
"KHR_materials_ior":{
"ior":1.4500000476837158
}
},
"name":"material_atlas_73934_1",
"pbrMetallicRoughness":{
"baseColorTexture":{
"index":0
},
"metallicFactor":0
}
},
{
"doubleSided":true,
"emissiveFactor":[
0.42920592427253723,
0.42920592427253723,
0.42920592427253723
],
"extensions":{
"KHR_materials_specular":{
"specularColorFactor":[
1.9512351200761842,
1.9512351200761842,
1.9512351200761842
]
},
"KHR_materials_ior":{
"ior":1.4500000476837158
}
},
"name":"window",
"pbrMetallicRoughness":{
"metallicFactor":0.20000000298023224,
"roughnessFactor":0.019999999552965164
}
}
],
"meshes":[
{
"name":"Plane.003",
"primitives":[
{
"attributes":{
"POSITION":0,
"NORMAL":1,
"TEXCOORD_0":2
},
"indices":3,
"material":0
}
]
},
{
"name":"Cube.003",
"primitives":[
{
"attributes":{
"POSITION":4,
"NORMAL":5,
"TEXCOORD_0":6
},
"indices":7,
"material":0
},
{
"attributes":{
"POSITION":8,
"NORMAL":9,
"TEXCOORD_0":10
},
"indices":11,
"material":1
}
]
}
],
"textures":[
{
"sampler":0,
"source":0
}
],
"images":[
{
"mimeType":"image/png",
"name":"Atlas_73934",
"uri":"Atlas_73934.png"
}
],
"accessors":[
{
"bufferView":0,
"componentType":5126,
"count":28,
"max":[
11,
4,
11
],
"min":[
-11,
0,
-8
],
"type":"VEC3"
},
{
"bufferView":1,
"componentType":5126,
"count":28,
"type":"VEC3"
},
{
"bufferView":2,
"componentType":5126,
"count":28,
"type":"VEC2"
},
{
"bufferView":3,
"componentType":5123,
"count":72,
"type":"SCALAR"
},
{
"bufferView":4,
"componentType":5126,
"count":694,
"max":[
12,
8,
12
],
"min":[
-12,
0,
-11.800000190734863
],
"type":"VEC3"
},
{
"bufferView":5,
"componentType":5126,
"count":694,
"type":"VEC3"
},
{
"bufferView":6,
"componentType":5126,
"count":694,
"type":"VEC2"
},
{
"bufferView":7,
"componentType":5123,
"count":1938,
"type":"SCALAR"
},
{
"bufferView":8,
"componentType":5126,
"count":16,
"max":[
11.449999809265137,
5,
2
],
"min":[
-11.449999809265137,
1.272276520729065,
-8.181105613708496
],
"type":"VEC3"
},
{
"bufferView":9,
"componentType":5126,
"count":16,
"type":"VEC3"
},
{
"bufferView":10,
"componentType":5126,
"count":16,
"type":"VEC2"
},
{
"bufferView":11,
"componentType":5123,
"count":24,
"type":"SCALAR"
}
],
"bufferViews":[
{
"buffer":0,
"byteLength":336,
"byteOffset":0,
"target":34962
},
{
"buffer":0,
"byteLength":336,
"byteOffset":336,
"target":34962
},
{
"buffer":0,
"byteLength":224,
"byteOffset":672,
"target":34962
},
{
"buffer":0,
"byteLength":144,
"byteOffset":896,
"target":34963
},
{
"buffer":0,
"byteLength":8328,
"byteOffset":1040,
"target":34962
},
{
"buffer":0,
"byteLength":8328,
"byteOffset":9368,
"target":34962
},
{
"buffer":0,
"byteLength":5552,
"byteOffset":17696,
"target":34962
},
{
"buffer":0,
"byteLength":3876,
"byteOffset":23248,
"target":34963
},
{
"buffer":0,
"byteLength":192,
"byteOffset":27124,
"target":34962
},
{
"buffer":0,
"byteLength":192,
"byteOffset":27316,
"target":34962
},
{
"buffer":0,
"byteLength":128,
"byteOffset":27508,
"target":34962
},
{
"buffer":0,
"byteLength":48,
"byteOffset":27636,
"target":34963
}
],
"samplers":[
{
"magFilter":9729,
"minFilter":9987
}
],
"buffers":[
{
"byteLength":27684,
"uri":"business-cafe1.bin"
}
]
}

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,60 @@
[gd_scene load_steps=5 format=2]
[ext_resource path="res://astream/terrain/details/business-cafe1.gltf" type="PackedScene" id=1]
[ext_resource path="res://astream/terrain/details/parts/door1-portal.tscn" type="PackedScene" id=2]
[ext_resource path="res://astream/terrain/details/parts/residental-house-stair.tscn" type="PackedScene" id=3]
[sub_resource type="BoxShape" id=1]
extents = Vector3( 0.7, 1, 0.6 )
[node name="business-cafe1" instance=ExtResource( 1 )]
[node name="door1-portal" parent="." index="1" instance=ExtResource( 2 )]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -1, 1, 11.6464 )
[node name="enter_destination" type="Spatial" parent="door1-portal" index="5" groups=["smart_object"]]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0.905, 0, 0.65 )
[node name="actions" type="Node" parent="door1-portal/enter_destination" index="0"]
[node name="EnterDestination" type="GoapActionData" parent="door1-portal/enter_destination/actions" index="0"]
preconditions = {
"have_ped_destination": 1
}
variation = 1157234688
cost = 100
distance = 0.0
[node name="Area" type="Area" parent="door1-portal/enter_destination" index="1"]
[node name="CollisionShape" type="CollisionShape" parent="door1-portal/enter_destination/Area" index="0"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.1, 0 )
shape = SubResource( 1 )
[node name="door1-portal2" parent="." index="2" instance=ExtResource( 2 )]
transform = Transform( -1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 1, 1, -8.35364 )
[node name="enter_destination" type="Spatial" parent="door1-portal2" index="5" groups=["smart_object"]]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0.905, 0, 0.65 )
[node name="actions" type="Node" parent="door1-portal2/enter_destination" index="0"]
[node name="EnterDestination" type="GoapActionData" parent="door1-portal2/enter_destination/actions" index="0"]
preconditions = {
"have_ped_destination": 1
}
variation = 749479152
cost = 100
distance = 0.0
[node name="Area" type="Area" parent="door1-portal2/enter_destination" index="1"]
[node name="CollisionShape" type="CollisionShape" parent="door1-portal2/enter_destination/Area" index="0"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.1, 0 )
shape = SubResource( 1 )
[node name="residental-house-stair" parent="." index="3" instance=ExtResource( 3 )]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, -9 )
[node name="residental-house-stair2" parent="." index="4" instance=ExtResource( 3 )]
transform = Transform( -1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 0, 0, 12 )

Binary file not shown.

View File

@@ -0,0 +1,356 @@
{
"asset":{
"generator":"Khronos glTF Blender I/O v3.6.27",
"version":"2.0"
},
"extensionsUsed":[
"KHR_materials_specular",
"KHR_materials_ior"
],
"scene":0,
"scenes":[
{
"name":"Scene",
"nodes":[
1
]
}
],
"nodes":[
{
"mesh":0,
"name":"flat3-1-noimp",
"translation":[
0,
1,
0
]
},
{
"children":[
0
],
"mesh":1,
"name":"store1-col"
}
],
"materials":[
{
"alphaCutoff":0.5,
"alphaMode":"MASK",
"extensions":{
"KHR_materials_specular":{
"specularColorFactor":[
0.474271529955476,
0.474271529955476,
0.474271529955476
]
},
"KHR_materials_ior":{
"ior":1.4500000476837158
}
},
"name":"material_atlas_73934_1",
"pbrMetallicRoughness":{
"baseColorTexture":{
"index":0
},
"metallicFactor":0
}
},
{
"alphaCutoff":0.5,
"alphaMode":"MASK",
"extensions":{
"KHR_materials_specular":{
"specularColorFactor":[
0.474271529955476,
0.474271529955476,
0.474271529955476
]
},
"KHR_materials_ior":{
"ior":1.4500000476837158
}
},
"name":"material_atlas_73934_1.001",
"pbrMetallicRoughness":{
"baseColorTexture":{
"index":1
},
"metallicFactor":0
}
},
{
"doubleSided":true,
"emissiveFactor":[
0.42920592427253723,
0.42920592427253723,
0.42920592427253723
],
"extensions":{
"KHR_materials_specular":{
"specularColorFactor":[
1.9512351200761842,
1.9512351200761842,
1.9512351200761842
]
},
"KHR_materials_ior":{
"ior":1.4500000476837158
}
},
"name":"window",
"pbrMetallicRoughness":{
"metallicFactor":0.20000000298023224,
"roughnessFactor":0.019999999552965164
}
}
],
"meshes":[
{
"name":"Plane.003",
"primitives":[
{
"attributes":{
"POSITION":0,
"NORMAL":1,
"TEXCOORD_0":2
},
"indices":3,
"material":0
}
]
},
{
"name":"Cube.003",
"primitives":[
{
"attributes":{
"POSITION":4,
"NORMAL":5,
"TEXCOORD_0":6
},
"indices":7,
"material":1
},
{
"attributes":{
"POSITION":8,
"NORMAL":9,
"TEXCOORD_0":10
},
"indices":11,
"material":2
}
]
}
],
"textures":[
{
"sampler":0,
"source":0
},
{
"sampler":0,
"source":0
}
],
"images":[
{
"mimeType":"image/png",
"name":"Atlas_73934",
"uri":"Atlas_73934.png"
}
],
"accessors":[
{
"bufferView":0,
"componentType":5126,
"count":28,
"max":[
11,
4,
11
],
"min":[
-11,
0,
-8
],
"type":"VEC3"
},
{
"bufferView":1,
"componentType":5126,
"count":28,
"type":"VEC3"
},
{
"bufferView":2,
"componentType":5126,
"count":28,
"type":"VEC2"
},
{
"bufferView":3,
"componentType":5123,
"count":72,
"type":"SCALAR"
},
{
"bufferView":4,
"componentType":5126,
"count":686,
"max":[
12,
8,
12
],
"min":[
-12,
0,
-9.252900123596191
],
"type":"VEC3"
},
{
"bufferView":5,
"componentType":5126,
"count":686,
"type":"VEC3"
},
{
"bufferView":6,
"componentType":5126,
"count":686,
"type":"VEC2"
},
{
"bufferView":7,
"componentType":5123,
"count":2130,
"type":"SCALAR"
},
{
"bufferView":8,
"componentType":5126,
"count":16,
"max":[
11.449999809265137,
5,
2
],
"min":[
-11.449999809265137,
2,
-8.181105613708496
],
"type":"VEC3"
},
{
"bufferView":9,
"componentType":5126,
"count":16,
"type":"VEC3"
},
{
"bufferView":10,
"componentType":5126,
"count":16,
"type":"VEC2"
},
{
"bufferView":11,
"componentType":5123,
"count":24,
"type":"SCALAR"
}
],
"bufferViews":[
{
"buffer":0,
"byteLength":336,
"byteOffset":0,
"target":34962
},
{
"buffer":0,
"byteLength":336,
"byteOffset":336,
"target":34962
},
{
"buffer":0,
"byteLength":224,
"byteOffset":672,
"target":34962
},
{
"buffer":0,
"byteLength":144,
"byteOffset":896,
"target":34963
},
{
"buffer":0,
"byteLength":8232,
"byteOffset":1040,
"target":34962
},
{
"buffer":0,
"byteLength":8232,
"byteOffset":9272,
"target":34962
},
{
"buffer":0,
"byteLength":5488,
"byteOffset":17504,
"target":34962
},
{
"buffer":0,
"byteLength":4260,
"byteOffset":22992,
"target":34963
},
{
"buffer":0,
"byteLength":192,
"byteOffset":27252,
"target":34962
},
{
"buffer":0,
"byteLength":192,
"byteOffset":27444,
"target":34962
},
{
"buffer":0,
"byteLength":128,
"byteOffset":27636,
"target":34962
},
{
"buffer":0,
"byteLength":48,
"byteOffset":27764,
"target":34963
}
],
"samplers":[
{
"magFilter":9729,
"minFilter":9987
}
],
"buffers":[
{
"byteLength":27812,
"uri":"business-store1.bin"
}
]
}

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,60 @@
[gd_scene load_steps=5 format=2]
[ext_resource path="res://astream/terrain/details/business-store1.gltf" type="PackedScene" id=1]
[ext_resource path="res://astream/terrain/details/parts/door1-portal.tscn" type="PackedScene" id=2]
[ext_resource path="res://astream/terrain/details/parts/residental-house-stair.tscn" type="PackedScene" id=3]
[sub_resource type="BoxShape" id=1]
extents = Vector3( 0.7, 1, 0.6 )
[node name="business-store1" instance=ExtResource( 1 )]
[node name="door1-portal" parent="." index="1" instance=ExtResource( 2 )]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -1, 1, 11.3964 )
[node name="enter_destination" type="Spatial" parent="door1-portal" index="5" groups=["smart_object"]]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0.905, 0, 0.65 )
[node name="actions" type="Node" parent="door1-portal/enter_destination" index="0"]
[node name="EnterDestination" type="GoapActionData" parent="door1-portal/enter_destination/actions" index="0"]
preconditions = {
"have_ped_destination": 1
}
variation = 696515904
cost = 100
distance = 0.0
[node name="Area" type="Area" parent="door1-portal/enter_destination" index="1"]
[node name="CollisionShape" type="CollisionShape" parent="door1-portal/enter_destination/Area" index="0"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.1, 0 )
shape = SubResource( 1 )
[node name="door1-portal2" parent="." index="2" instance=ExtResource( 2 )]
transform = Transform( -1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 1, 1, -8.63923 )
[node name="enter_destination" type="Spatial" parent="door1-portal2" index="5" groups=["smart_object"]]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0.905, 0, 0.65 )
[node name="actions" type="Node" parent="door1-portal2/enter_destination" index="0"]
[node name="EnterDestination" type="GoapActionData" parent="door1-portal2/enter_destination/actions" index="0"]
preconditions = {
"have_ped_destination": 1
}
variation = -991068160
cost = 100
distance = 0.0
[node name="Area" type="Area" parent="door1-portal2/enter_destination" index="1"]
[node name="CollisionShape" type="CollisionShape" parent="door1-portal2/enter_destination/Area" index="0"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.1, 0 )
shape = SubResource( 1 )
[node name="residental-house-stair" parent="." index="3" instance=ExtResource( 3 )]
transform = Transform( -1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 0, 0, 12 )
[node name="residental-house-stair2" parent="." index="4" instance=ExtResource( 3 )]
transform = Transform( 1, 0, 1.74846e-07, 0, 1, 0, -1.74846e-07, 0, 1, 0, 0, -9 )

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,241 @@
{
"asset" : {
"generator" : "Khronos glTF Blender I/O v3.3.32",
"version" : "2.0"
},
"extensionsUsed" : [
"KHR_materials_specular",
"KHR_materials_ior"
],
"scene" : 0,
"scenes" : [
{
"name" : "Scene",
"nodes" : [
1
]
}
],
"nodes" : [
{
"mesh" : 0,
"name" : "col-colonly",
"scale" : [
0.19999998807907104,
6.666666030883789,
0.09999999403953552
]
},
{
"children" : [
0
],
"mesh" : 1,
"name" : "dirt-road-corner",
"scale" : [
5,
0.15000000596046448,
10
]
}
],
"materials" : [
{
"alphaCutoff" : 0.5,
"alphaMode" : "MASK",
"extensions" : {
"KHR_materials_specular" : {
"specularColorFactor" : [
0.474271529955476,
0.474271529955476,
0.474271529955476
]
},
"KHR_materials_ior" : {
"ior" : 1.4500000476837158
}
},
"name" : "material_atlas_73934_1",
"pbrMetallicRoughness" : {
"baseColorTexture" : {
"index" : 0
},
"metallicFactor" : 0
}
}
],
"meshes" : [
{
"name" : "Cube",
"primitives" : [
{
"attributes" : {
"POSITION" : 0,
"NORMAL" : 1,
"TEXCOORD_0" : 2
},
"indices" : 3
}
]
},
{
"name" : "Cube.005",
"primitives" : [
{
"attributes" : {
"POSITION" : 4,
"NORMAL" : 5,
"TEXCOORD_0" : 6
},
"indices" : 7,
"material" : 0
}
]
}
],
"textures" : [
{
"sampler" : 0,
"source" : 0
}
],
"images" : [
{
"mimeType" : "image/png",
"name" : "Atlas_73934",
"uri" : "Atlas_73934.png"
}
],
"accessors" : [
{
"bufferView" : 0,
"componentType" : 5126,
"count" : 730,
"max" : [
5.000000476837158,
0.4086472988128662,
5.023202896118164
],
"min" : [
-5.000008583068848,
-0.44210219383239746,
-5.000000476837158
],
"type" : "VEC3"
},
{
"bufferView" : 1,
"componentType" : 5126,
"count" : 730,
"type" : "VEC3"
},
{
"bufferView" : 2,
"componentType" : 5126,
"count" : 730,
"type" : "VEC2"
},
{
"bufferView" : 3,
"componentType" : 5123,
"count" : 1128,
"type" : "SCALAR"
},
{
"bufferView" : 4,
"componentType" : 5126,
"count" : 504,
"max" : [
0.9592561721801758,
1.4173357486724854,
0.5018622875213623
],
"min" : [
-0.9538699388504028,
-1.625002384185791,
-0.4940353035926819
],
"type" : "VEC3"
},
{
"bufferView" : 5,
"componentType" : 5126,
"count" : 504,
"type" : "VEC3"
},
{
"bufferView" : 6,
"componentType" : 5126,
"count" : 504,
"type" : "VEC2"
},
{
"bufferView" : 7,
"componentType" : 5123,
"count" : 2346,
"type" : "SCALAR"
}
],
"bufferViews" : [
{
"buffer" : 0,
"byteLength" : 8760,
"byteOffset" : 0,
"target" : 34962
},
{
"buffer" : 0,
"byteLength" : 8760,
"byteOffset" : 8760,
"target" : 34962
},
{
"buffer" : 0,
"byteLength" : 5840,
"byteOffset" : 17520,
"target" : 34962
},
{
"buffer" : 0,
"byteLength" : 2256,
"byteOffset" : 23360,
"target" : 34963
},
{
"buffer" : 0,
"byteLength" : 6048,
"byteOffset" : 25616,
"target" : 34962
},
{
"buffer" : 0,
"byteLength" : 6048,
"byteOffset" : 31664,
"target" : 34962
},
{
"buffer" : 0,
"byteLength" : 4032,
"byteOffset" : 37712,
"target" : 34962
},
{
"buffer" : 0,
"byteLength" : 4692,
"byteOffset" : 41744,
"target" : 34963
}
],
"samplers" : [
{
"magFilter" : 9729,
"minFilter" : 9987
}
],
"buffers" : [
{
"byteLength" : 46436,
"uri" : "dirt-road-corner.bin"
}
]
}

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,5 @@
[gd_scene load_steps=2 format=2]
[ext_resource path="res://astream/terrain/details/dirt-road-corner.gltf" type="PackedScene" id=1]
[node name="dirt-road-corner" instance=ExtResource( 1 )]

Binary file not shown.

View File

@@ -0,0 +1,241 @@
{
"asset" : {
"generator" : "Khronos glTF Blender I/O v3.3.32",
"version" : "2.0"
},
"extensionsUsed" : [
"KHR_materials_specular",
"KHR_materials_ior"
],
"scene" : 0,
"scenes" : [
{
"name" : "Scene",
"nodes" : [
1
]
}
],
"nodes" : [
{
"mesh" : 0,
"name" : "col-colonly",
"scale" : [
0.19999998807907104,
6.666666030883789,
0.09999999403953552
]
},
{
"children" : [
0
],
"mesh" : 1,
"name" : "dirt-road-x",
"scale" : [
5,
0.15000000596046448,
10
]
}
],
"materials" : [
{
"alphaCutoff" : 0.5,
"alphaMode" : "MASK",
"extensions" : {
"KHR_materials_specular" : {
"specularColorFactor" : [
0.474271529955476,
0.474271529955476,
0.474271529955476
]
},
"KHR_materials_ior" : {
"ior" : 1.4500000476837158
}
},
"name" : "material_atlas_73934_1",
"pbrMetallicRoughness" : {
"baseColorTexture" : {
"index" : 0
},
"metallicFactor" : 0
}
}
],
"meshes" : [
{
"name" : "Cube",
"primitives" : [
{
"attributes" : {
"POSITION" : 0,
"NORMAL" : 1,
"TEXCOORD_0" : 2
},
"indices" : 3
}
]
},
{
"name" : "Cube.001",
"primitives" : [
{
"attributes" : {
"POSITION" : 4,
"NORMAL" : 5,
"TEXCOORD_0" : 6
},
"indices" : 7,
"material" : 0
}
]
}
],
"textures" : [
{
"sampler" : 0,
"source" : 0
}
],
"images" : [
{
"mimeType" : "image/png",
"name" : "Atlas_73934",
"uri" : "Atlas_73934.png"
}
],
"accessors" : [
{
"bufferView" : 0,
"componentType" : 5126,
"count" : 892,
"max" : [
5,
0.20000001788139343,
5
],
"min" : [
-5,
-0.22656655311584473,
-5
],
"type" : "VEC3"
},
{
"bufferView" : 1,
"componentType" : 5126,
"count" : 892,
"type" : "VEC3"
},
{
"bufferView" : 2,
"componentType" : 5126,
"count" : 892,
"type" : "VEC2"
},
{
"bufferView" : 3,
"componentType" : 5123,
"count" : 1332,
"type" : "SCALAR"
},
{
"bufferView" : 4,
"componentType" : 5126,
"count" : 462,
"max" : [
0.9592561721801758,
1.0142635107040405,
0.5018622279167175
],
"min" : [
-0.9538697600364685,
-1.625002384185791,
-0.49403518438339233
],
"type" : "VEC3"
},
{
"bufferView" : 5,
"componentType" : 5126,
"count" : 462,
"type" : "VEC3"
},
{
"bufferView" : 6,
"componentType" : 5126,
"count" : 462,
"type" : "VEC2"
},
{
"bufferView" : 7,
"componentType" : 5123,
"count" : 2208,
"type" : "SCALAR"
}
],
"bufferViews" : [
{
"buffer" : 0,
"byteLength" : 10704,
"byteOffset" : 0,
"target" : 34962
},
{
"buffer" : 0,
"byteLength" : 10704,
"byteOffset" : 10704,
"target" : 34962
},
{
"buffer" : 0,
"byteLength" : 7136,
"byteOffset" : 21408,
"target" : 34962
},
{
"buffer" : 0,
"byteLength" : 2664,
"byteOffset" : 28544,
"target" : 34963
},
{
"buffer" : 0,
"byteLength" : 5544,
"byteOffset" : 31208,
"target" : 34962
},
{
"buffer" : 0,
"byteLength" : 5544,
"byteOffset" : 36752,
"target" : 34962
},
{
"buffer" : 0,
"byteLength" : 3696,
"byteOffset" : 42296,
"target" : 34962
},
{
"buffer" : 0,
"byteLength" : 4416,
"byteOffset" : 45992,
"target" : 34963
}
],
"samplers" : [
{
"magFilter" : 9729,
"minFilter" : 9987
}
],
"buffers" : [
{
"byteLength" : 50408,
"uri" : "dirt-road-x.bin"
}
]
}

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,5 @@
[gd_scene load_steps=2 format=2]
[ext_resource path="res://astream/terrain/details/dirt-road-x.gltf" type="PackedScene" id=1]
[node name="dirt-road-x" instance=ExtResource( 1 )]

Binary file not shown.

View File

@@ -0,0 +1,241 @@
{
"asset" : {
"generator" : "Khronos glTF Blender I/O v3.3.32",
"version" : "2.0"
},
"extensionsUsed" : [
"KHR_materials_specular",
"KHR_materials_ior"
],
"scene" : 0,
"scenes" : [
{
"name" : "Scene",
"nodes" : [
1
]
}
],
"nodes" : [
{
"mesh" : 0,
"name" : "col-colonly",
"scale" : [
0.19999998807907104,
6.666666030883789,
0.09999999403953552
]
},
{
"children" : [
0
],
"mesh" : 1,
"name" : "dirt-road",
"scale" : [
5,
0.15000000596046448,
10
]
}
],
"materials" : [
{
"alphaCutoff" : 0.5,
"alphaMode" : "MASK",
"extensions" : {
"KHR_materials_specular" : {
"specularColorFactor" : [
0.474271529955476,
0.474271529955476,
0.474271529955476
]
},
"KHR_materials_ior" : {
"ior" : 1.4500000476837158
}
},
"name" : "material_atlas_73934_1",
"pbrMetallicRoughness" : {
"baseColorTexture" : {
"index" : 0
},
"metallicFactor" : 0
}
}
],
"meshes" : [
{
"name" : "Cube.001",
"primitives" : [
{
"attributes" : {
"POSITION" : 0,
"NORMAL" : 1,
"TEXCOORD_0" : 2
},
"indices" : 3
}
]
},
{
"name" : "Cube",
"primitives" : [
{
"attributes" : {
"POSITION" : 4,
"NORMAL" : 5,
"TEXCOORD_0" : 6
},
"indices" : 7,
"material" : 0
}
]
}
],
"textures" : [
{
"sampler" : 0,
"source" : 0
}
],
"images" : [
{
"mimeType" : "image/png",
"name" : "Atlas_73934",
"uri" : "Atlas_73934.png"
}
],
"accessors" : [
{
"bufferView" : 0,
"componentType" : 5126,
"count" : 940,
"max" : [
5,
0.19999998807907104,
10
],
"min" : [
-5,
-0.3999999761581421,
-10
],
"type" : "VEC3"
},
{
"bufferView" : 1,
"componentType" : 5126,
"count" : 940,
"type" : "VEC3"
},
{
"bufferView" : 2,
"componentType" : 5126,
"count" : 940,
"type" : "VEC2"
},
{
"bufferView" : 3,
"componentType" : 5123,
"count" : 2100,
"type" : "SCALAR"
},
{
"bufferView" : 4,
"componentType" : 5126,
"count" : 410,
"max" : [
0.9592560529708862,
1.0144941806793213,
0.973212718963623
],
"min" : [
-0.953869640827179,
-2.203975200653076,
-0.9770116806030273
],
"type" : "VEC3"
},
{
"bufferView" : 5,
"componentType" : 5126,
"count" : 410,
"type" : "VEC3"
},
{
"bufferView" : 6,
"componentType" : 5126,
"count" : 410,
"type" : "VEC2"
},
{
"bufferView" : 7,
"componentType" : 5123,
"count" : 2088,
"type" : "SCALAR"
}
],
"bufferViews" : [
{
"buffer" : 0,
"byteLength" : 11280,
"byteOffset" : 0,
"target" : 34962
},
{
"buffer" : 0,
"byteLength" : 11280,
"byteOffset" : 11280,
"target" : 34962
},
{
"buffer" : 0,
"byteLength" : 7520,
"byteOffset" : 22560,
"target" : 34962
},
{
"buffer" : 0,
"byteLength" : 4200,
"byteOffset" : 30080,
"target" : 34963
},
{
"buffer" : 0,
"byteLength" : 4920,
"byteOffset" : 34280,
"target" : 34962
},
{
"buffer" : 0,
"byteLength" : 4920,
"byteOffset" : 39200,
"target" : 34962
},
{
"buffer" : 0,
"byteLength" : 3280,
"byteOffset" : 44120,
"target" : 34962
},
{
"buffer" : 0,
"byteLength" : 4176,
"byteOffset" : 47400,
"target" : 34963
}
],
"samplers" : [
{
"magFilter" : 9729,
"minFilter" : 9987
}
],
"buffers" : [
{
"byteLength" : 51576,
"uri" : "dirt-road.bin"
}
]
}

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,5 @@
[gd_scene load_steps=2 format=2]
[ext_resource path="res://astream/terrain/details/dirt-road.gltf" type="PackedScene" id=1]
[node name="dirt-road" instance=ExtResource( 1 )]

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,239 @@
{
"asset":{
"generator":"Khronos glTF Blender I/O v3.6.27",
"version":"2.0"
},
"extensionsUsed":[
"KHR_materials_specular",
"KHR_materials_ior"
],
"scene":0,
"scenes":[
{
"name":"Scene",
"nodes":[
0,
1
]
}
],
"nodes":[
{
"mesh":0,
"name":"foundation-col",
"translation":[
0.16900750994682312,
0.09998678416013718,
0.3081907629966736
]
},
{
"mesh":1,
"name":"col-colonly",
"translation":[
0.16900750994682312,
0.09998678416013718,
0.3081907629966736
]
}
],
"materials":[
{
"alphaCutoff":0.5,
"alphaMode":"MASK",
"extensions":{
"KHR_materials_specular":{
"specularColorFactor":[
0.474271529955476,
0.474271529955476,
0.474271529955476
]
},
"KHR_materials_ior":{
"ior":1.4500000476837158
}
},
"name":"material_atlas_36953_1",
"pbrMetallicRoughness":{
"baseColorTexture":{
"index":0
},
"metallicFactor":0
}
}
],
"meshes":[
{
"name":"Cube",
"primitives":[
{
"attributes":{
"POSITION":0,
"NORMAL":1,
"TEXCOORD_0":2
},
"indices":3,
"material":0
}
]
},
{
"name":"Cube.001",
"primitives":[
{
"attributes":{
"POSITION":4,
"NORMAL":5,
"TEXCOORD_0":6
},
"indices":7
}
]
}
],
"textures":[
{
"sampler":0,
"source":0
}
],
"images":[
{
"mimeType":"image/png",
"name":"Atlas_36953",
"uri":"Atlas_36953.png"
}
],
"accessors":[
{
"bufferView":0,
"componentType":5126,
"count":150,
"max":[
22.046308517456055,
1.4771825075149536,
20.751840591430664
],
"min":[
-22.702651977539062,
-5.547093868255615,
-22.14847183227539
],
"type":"VEC3"
},
{
"bufferView":1,
"componentType":5126,
"count":150,
"type":"VEC3"
},
{
"bufferView":2,
"componentType":5126,
"count":150,
"type":"VEC2"
},
{
"bufferView":3,
"componentType":5123,
"count":480,
"type":"SCALAR"
},
{
"bufferView":4,
"componentType":5126,
"count":24,
"max":[
22,
1,
19.521411895751953
],
"min":[
-22.65688133239746,
-5,
-22.088520050048828
],
"type":"VEC3"
},
{
"bufferView":5,
"componentType":5126,
"count":24,
"type":"VEC3"
},
{
"bufferView":6,
"componentType":5126,
"count":24,
"type":"VEC2"
},
{
"bufferView":7,
"componentType":5123,
"count":36,
"type":"SCALAR"
}
],
"bufferViews":[
{
"buffer":0,
"byteLength":1800,
"byteOffset":0,
"target":34962
},
{
"buffer":0,
"byteLength":1800,
"byteOffset":1800,
"target":34962
},
{
"buffer":0,
"byteLength":1200,
"byteOffset":3600,
"target":34962
},
{
"buffer":0,
"byteLength":960,
"byteOffset":4800,
"target":34963
},
{
"buffer":0,
"byteLength":288,
"byteOffset":5760,
"target":34962
},
{
"buffer":0,
"byteLength":288,
"byteOffset":6048,
"target":34962
},
{
"buffer":0,
"byteLength":192,
"byteOffset":6336,
"target":34962
},
{
"buffer":0,
"byteLength":72,
"byteOffset":6528,
"target":34963
}
],
"samplers":[
{
"magFilter":9729,
"minFilter":9987
}
],
"buffers":[
{
"byteLength":6600,
"uri":"foundation30.bin"
}
]
}

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,5 @@
[gd_scene load_steps=2 format=2]
[ext_resource path="res://astream/terrain/details/foundation30.gltf" type="PackedScene" id=1]
[node name="foundation30" instance=ExtResource( 1 )]

Binary file not shown.

View File

@@ -0,0 +1,239 @@
{
"asset":{
"generator":"Khronos glTF Blender I/O v3.6.27",
"version":"2.0"
},
"extensionsUsed":[
"KHR_materials_specular",
"KHR_materials_ior"
],
"scene":0,
"scenes":[
{
"name":"Scene",
"nodes":[
0,
1
]
}
],
"nodes":[
{
"mesh":0,
"name":"foundation-col",
"translation":[
0.16900750994682312,
0.09998678416013718,
0.3081907629966736
]
},
{
"mesh":1,
"name":"col-colonly",
"translation":[
0.16900750994682312,
0.09998678416013718,
0.3081907629966736
]
}
],
"materials":[
{
"alphaCutoff":0.5,
"alphaMode":"MASK",
"extensions":{
"KHR_materials_specular":{
"specularColorFactor":[
0.474271529955476,
0.474271529955476,
0.474271529955476
]
},
"KHR_materials_ior":{
"ior":1.4500000476837158
}
},
"name":"material_atlas_36953_1",
"pbrMetallicRoughness":{
"baseColorTexture":{
"index":0
},
"metallicFactor":0
}
}
],
"meshes":[
{
"name":"Cube",
"primitives":[
{
"attributes":{
"POSITION":0,
"NORMAL":1,
"TEXCOORD_0":2
},
"indices":3,
"material":0
}
]
},
{
"name":"Cube.001",
"primitives":[
{
"attributes":{
"POSITION":4,
"NORMAL":5,
"TEXCOORD_0":6
},
"indices":7
}
]
}
],
"textures":[
{
"sampler":0,
"source":0
}
],
"images":[
{
"mimeType":"image/png",
"name":"Atlas_36953",
"uri":"Atlas_36953.png"
}
],
"accessors":[
{
"bufferView":0,
"componentType":5126,
"count":291,
"max":[
36.30359649658203,
1.4771825075149536,
35.390342712402344
],
"min":[
-37.23401641845703,
-5.547093868255615,
-37.700992584228516
],
"type":"VEC3"
},
{
"bufferView":1,
"componentType":5126,
"count":291,
"type":"VEC3"
},
{
"bufferView":2,
"componentType":5126,
"count":291,
"type":"VEC2"
},
{
"bufferView":3,
"componentType":5123,
"count":1128,
"type":"SCALAR"
},
{
"bufferView":4,
"componentType":5126,
"count":24,
"max":[
35.894927978515625,
1,
34.95948028564453
],
"min":[
-37.17433166503906,
-5,
-37.098812103271484
],
"type":"VEC3"
},
{
"bufferView":5,
"componentType":5126,
"count":24,
"type":"VEC3"
},
{
"bufferView":6,
"componentType":5126,
"count":24,
"type":"VEC2"
},
{
"bufferView":7,
"componentType":5123,
"count":36,
"type":"SCALAR"
}
],
"bufferViews":[
{
"buffer":0,
"byteLength":3492,
"byteOffset":0,
"target":34962
},
{
"buffer":0,
"byteLength":3492,
"byteOffset":3492,
"target":34962
},
{
"buffer":0,
"byteLength":2328,
"byteOffset":6984,
"target":34962
},
{
"buffer":0,
"byteLength":2256,
"byteOffset":9312,
"target":34963
},
{
"buffer":0,
"byteLength":288,
"byteOffset":11568,
"target":34962
},
{
"buffer":0,
"byteLength":288,
"byteOffset":11856,
"target":34962
},
{
"buffer":0,
"byteLength":192,
"byteOffset":12144,
"target":34962
},
{
"buffer":0,
"byteLength":72,
"byteOffset":12336,
"target":34963
}
],
"samplers":[
{
"magFilter":9729,
"minFilter":9987
}
],
"buffers":[
{
"byteLength":12408,
"uri":"foundation60.bin"
}
]
}

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,5 @@
[gd_scene load_steps=2 format=2]
[ext_resource path="res://astream/terrain/details/foundation60.gltf" type="PackedScene" id=1]
[node name="foundation60" instance=ExtResource( 1 )]

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,489 @@
{
"asset":{
"generator":"Khronos glTF Blender I/O v3.6.27",
"version":"2.0"
},
"extensionsUsed":[
"KHR_materials_specular",
"KHR_materials_ior"
],
"scene":0,
"scenes":[
{
"name":"Scene",
"nodes":[
0,
1,
2,
3,
4
]
}
],
"nodes":[
{
"mesh":0,
"name":"gym-building-col"
},
{
"mesh":1,
"name":"display",
"rotation":[
0.5,
-0.5,
0.5,
0.5
],
"translation":[
-50.14628982543945,
12.061005592346191,
-2.9032771587371826
]
},
{
"mesh":2,
"name":"display.001",
"rotation":[
0,
-0.7071068286895752,
0.7071068286895752,
3.090862321641907e-08
],
"translation":[
2.603034496307373,
12.061005592346191,
-50.123905181884766
]
},
{
"mesh":3,
"name":"display.002",
"rotation":[
0.7071068286895752,
0,
0,
0.7071068286895752
],
"translation":[
-3.668947219848633,
12.061005592346191,
50.409934997558594
]
},
{
"mesh":4,
"name":"ground"
}
],
"materials":[
{
"alphaCutoff":0.5,
"alphaMode":"MASK",
"extensions":{
"KHR_materials_specular":{
"specularColorTexture":{
"index":0
}
},
"KHR_materials_ior":{
"ior":1.4500000476837158
}
},
"name":"material_atlas_00001_1",
"pbrMetallicRoughness":{
"baseColorTexture":{
"index":1
},
"metallicFactor":0,
"metallicRoughnessTexture":{
"index":2
}
}
}
],
"meshes":[
{
"name":"Cube",
"primitives":[
{
"attributes":{
"POSITION":0,
"NORMAL":1,
"TEXCOORD_0":2
},
"indices":3,
"material":0
}
]
},
{
"name":"Text",
"primitives":[
{
"attributes":{
"POSITION":4,
"NORMAL":5,
"TEXCOORD_0":6
},
"indices":7,
"material":0
}
]
},
{
"name":"Text.001",
"primitives":[
{
"attributes":{
"POSITION":8,
"NORMAL":9,
"TEXCOORD_0":10
},
"indices":7,
"material":0
}
]
},
{
"name":"Text.002",
"primitives":[
{
"attributes":{
"POSITION":11,
"NORMAL":12,
"TEXCOORD_0":13
},
"indices":7,
"material":0
}
]
},
{
"name":"ground",
"primitives":[
{
"attributes":{
"POSITION":14,
"NORMAL":15,
"TEXCOORD_0":16
},
"indices":17,
"material":0
}
]
}
],
"textures":[
{
"sampler":0,
"source":0
},
{
"sampler":0,
"source":1
},
{
"sampler":0,
"source":2
}
],
"images":[
{
"mimeType":"image/png",
"name":"Image",
"uri":"Image.png"
},
{
"mimeType":"image/png",
"name":"Atlas_00001",
"uri":"Atlas_00001.png"
},
{
"mimeType":"image/png",
"name":"atlas-gym-roughness",
"uri":"atlas-gym-roughness.png"
}
],
"accessors":[
{
"bufferView":0,
"componentType":5126,
"count":1624,
"max":[
50,
50,
50
],
"min":[
-50,
0,
-50
],
"type":"VEC3"
},
{
"bufferView":1,
"componentType":5126,
"count":1624,
"type":"VEC3"
},
{
"bufferView":2,
"componentType":5126,
"count":1624,
"type":"VEC2"
},
{
"bufferView":3,
"componentType":5123,
"count":4032,
"type":"SCALAR"
},
{
"bufferView":4,
"componentType":5126,
"count":2196,
"max":[
8.504772186279297,
0.19203820824623108,
0.3241504430770874
],
"min":[
-2.7912282943725586,
-0.2079617977142334,
-1.0758496522903442
],
"type":"VEC3"
},
{
"bufferView":5,
"componentType":5126,
"count":2196,
"type":"VEC3"
},
{
"bufferView":6,
"componentType":5126,
"count":2196,
"type":"VEC2"
},
{
"bufferView":7,
"componentType":5123,
"count":4296,
"type":"SCALAR"
},
{
"bufferView":8,
"componentType":5126,
"count":2196,
"max":[
8.504772186279297,
0.19203820824623108,
0.3241504430770874
],
"min":[
-2.7912282943725586,
-0.2079617977142334,
-1.0758496522903442
],
"type":"VEC3"
},
{
"bufferView":9,
"componentType":5126,
"count":2196,
"type":"VEC3"
},
{
"bufferView":10,
"componentType":5126,
"count":2196,
"type":"VEC2"
},
{
"bufferView":11,
"componentType":5126,
"count":2196,
"max":[
8.504772186279297,
0.19203820824623108,
0.3241504430770874
],
"min":[
-2.7912282943725586,
-0.2079617977142334,
-1.0758496522903442
],
"type":"VEC3"
},
{
"bufferView":12,
"componentType":5126,
"count":2196,
"type":"VEC3"
},
{
"bufferView":13,
"componentType":5126,
"count":2196,
"type":"VEC2"
},
{
"bufferView":14,
"componentType":5126,
"count":164,
"max":[
32,
0,
35
],
"min":[
-43,
-2,
-35
],
"type":"VEC3"
},
{
"bufferView":15,
"componentType":5126,
"count":164,
"type":"VEC3"
},
{
"bufferView":16,
"componentType":5126,
"count":164,
"type":"VEC2"
},
{
"bufferView":17,
"componentType":5123,
"count":564,
"type":"SCALAR"
}
],
"bufferViews":[
{
"buffer":0,
"byteLength":19488,
"byteOffset":0,
"target":34962
},
{
"buffer":0,
"byteLength":19488,
"byteOffset":19488,
"target":34962
},
{
"buffer":0,
"byteLength":12992,
"byteOffset":38976,
"target":34962
},
{
"buffer":0,
"byteLength":8064,
"byteOffset":51968,
"target":34963
},
{
"buffer":0,
"byteLength":26352,
"byteOffset":60032,
"target":34962
},
{
"buffer":0,
"byteLength":26352,
"byteOffset":86384,
"target":34962
},
{
"buffer":0,
"byteLength":17568,
"byteOffset":112736,
"target":34962
},
{
"buffer":0,
"byteLength":8592,
"byteOffset":130304,
"target":34963
},
{
"buffer":0,
"byteLength":26352,
"byteOffset":138896,
"target":34962
},
{
"buffer":0,
"byteLength":26352,
"byteOffset":165248,
"target":34962
},
{
"buffer":0,
"byteLength":17568,
"byteOffset":191600,
"target":34962
},
{
"buffer":0,
"byteLength":26352,
"byteOffset":209168,
"target":34962
},
{
"buffer":0,
"byteLength":26352,
"byteOffset":235520,
"target":34962
},
{
"buffer":0,
"byteLength":17568,
"byteOffset":261872,
"target":34962
},
{
"buffer":0,
"byteLength":1968,
"byteOffset":279440,
"target":34962
},
{
"buffer":0,
"byteLength":1968,
"byteOffset":281408,
"target":34962
},
{
"buffer":0,
"byteLength":1312,
"byteOffset":283376,
"target":34962
},
{
"buffer":0,
"byteLength":1128,
"byteOffset":284688,
"target":34963
}
],
"samplers":[
{
"magFilter":9729,
"minFilter":9987
}
],
"buffers":[
{
"byteLength":285816,
"uri":"gym-exterior.bin"
}
]
}

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,27 @@
[gd_scene load_steps=4 format=2]
[ext_resource path="res://astream/terrain/details/gym-exterior.gltf" type="PackedScene" id=1]
[sub_resource type="BoxShape" id=1]
extents = Vector3( 3.29498, 1.40109, 2.65188 )
[sub_resource type="BoxShape" id=2]
extents = Vector3( 3.29498, 1.40109, 2.65188 )
[node name="gym-exterior" instance=ExtResource( 1 )]
[node name="scene_gym" type="Spatial" parent="." index="5" groups=["actuator"]]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -32.3505, 2.70111, 0.0815773 )
[node name="Area" type="Area" parent="scene_gym" index="0"]
[node name="CollisionShape" type="CollisionShape" parent="scene_gym/Area" index="0"]
shape = SubResource( 1 )
[node name="scene_shooting_gallery" type="Spatial" parent="." index="6" groups=["actuator"]]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -5.74583, 3.20716, -0.052886 )
[node name="Area" type="Area" parent="scene_shooting_gallery" index="0"]
[node name="CollisionShape" type="CollisionShape" parent="scene_shooting_gallery/Area" index="0"]
shape = SubResource( 2 )

Binary file not shown.

View File

@@ -0,0 +1,153 @@
{
"asset" : {
"generator" : "Khronos glTF Blender I/O v3.3.32",
"version" : "2.0"
},
"extensionsUsed" : [
"KHR_materials_specular",
"KHR_materials_ior"
],
"scene" : 0,
"scenes" : [
{
"name" : "Scene",
"nodes" : [
0
]
}
],
"nodes" : [
{
"mesh" : 0,
"name" : "ground-col"
}
],
"materials" : [
{
"alphaCutoff" : 0.5,
"alphaMode" : "MASK",
"extensions" : {
"KHR_materials_specular" : {
"specularColorFactor" : [
0.474271529955476,
0.474271529955476,
0.474271529955476
]
},
"KHR_materials_ior" : {
"ior" : 1.4500000476837158
}
},
"name" : "material_atlas_73934_1",
"pbrMetallicRoughness" : {
"baseColorTexture" : {
"index" : 0
},
"metallicFactor" : 0
}
}
],
"meshes" : [
{
"name" : "Plane",
"primitives" : [
{
"attributes" : {
"POSITION" : 0,
"NORMAL" : 1,
"TEXCOORD_0" : 2
},
"indices" : 3,
"material" : 0
}
]
}
],
"textures" : [
{
"sampler" : 0,
"source" : 0
}
],
"images" : [
{
"mimeType" : "image/png",
"name" : "Atlas_73934",
"uri" : "Atlas_73934.png"
}
],
"accessors" : [
{
"bufferView" : 0,
"componentType" : 5126,
"count" : 802,
"max" : [
19.567960739135742,
11.10096263885498,
18.083602905273438
],
"min" : [
-20.004499435424805,
0,
-19.570877075195312
],
"type" : "VEC3"
},
{
"bufferView" : 1,
"componentType" : 5126,
"count" : 802,
"type" : "VEC3"
},
{
"bufferView" : 2,
"componentType" : 5126,
"count" : 802,
"type" : "VEC2"
},
{
"bufferView" : 3,
"componentType" : 5123,
"count" : 1206,
"type" : "SCALAR"
}
],
"bufferViews" : [
{
"buffer" : 0,
"byteLength" : 9624,
"byteOffset" : 0,
"target" : 34962
},
{
"buffer" : 0,
"byteLength" : 9624,
"byteOffset" : 9624,
"target" : 34962
},
{
"buffer" : 0,
"byteLength" : 6416,
"byteOffset" : 19248,
"target" : 34962
},
{
"buffer" : 0,
"byteLength" : 2412,
"byteOffset" : 25664,
"target" : 34963
}
],
"samplers" : [
{
"magFilter" : 9729,
"minFilter" : 9987
}
],
"buffers" : [
{
"byteLength" : 28076,
"uri" : "hill.bin"
}
]
}

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,5 @@
[gd_scene load_steps=2 format=2]
[ext_resource path="res://astream/terrain/details/hill.gltf" type="PackedScene" id=1]
[node name="hill" instance=ExtResource( 1 )]

Binary file not shown.

View File

@@ -0,0 +1,815 @@
{
"asset":{
"generator":"Khronos glTF Blender I/O v3.6.27",
"version":"2.0"
},
"extensionsUsed":[
"KHR_materials_specular",
"KHR_materials_ior"
],
"scene":0,
"scenes":[
{
"name":"Scene",
"nodes":[
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
],
"nodes":[
{
"mesh":0,
"name":"building-col",
"translation":[
0,
1,
0
]
},
{
"mesh":1,
"name":"pipe1",
"rotation":[
0,
-0.3993888795375824,
0,
0.9167816042900085
],
"translation":[
-20.973751068115234,
0.11136016249656677,
-21.157686233520508
]
},
{
"mesh":2,
"name":"pipe2",
"rotation":[
0,
0.9238276481628418,
0,
0.3828086853027344
],
"translation":[
20.942596435546875,
0.11136016249656677,
21.131261825561523
]
},
{
"mesh":3,
"name":"post-col",
"translation":[
-36,
0,
-36
]
},
{
"mesh":4,
"name":"shed",
"translation":[
-11,
0,
26.5
]
},
{
"mesh":5,
"name":"pole1",
"translation":[
-14,
0,
24.600000381469727
]
},
{
"mesh":6,
"name":"pole2",
"translation":[
-20,
0,
21.600000381469727
]
},
{
"mesh":7,
"name":"wire1",
"rotation":[
0,
-0.009832334704697132,
0,
0.9999516606330872
],
"translation":[
-17.141908645629883,
5.699999809265137,
23.041908264160156
]
},
{
"mesh":8,
"name":"foundation-col"
}
],
"materials":[
{
"alphaCutoff":0.5,
"alphaMode":"MASK",
"extensions":{
"KHR_materials_specular":{
"specularColorFactor":[
0.237135764977738,
0.237135764977738,
0.237135764977738
]
},
"KHR_materials_ior":{
"ior":1.4500000476837158
}
},
"name":"material_atlas_52716_1",
"pbrMetallicRoughness":{
"baseColorTexture":{
"index":0
},
"metallicFactor":0
}
}
],
"meshes":[
{
"name":"Cube.001",
"primitives":[
{
"attributes":{
"POSITION":0,
"NORMAL":1,
"TEXCOORD_0":2
},
"indices":3,
"material":0
}
]
},
{
"name":"Cylinder",
"primitives":[
{
"attributes":{
"POSITION":4,
"NORMAL":5,
"TEXCOORD_0":6
},
"indices":7,
"material":0
}
]
},
{
"name":"Cylinder.001",
"primitives":[
{
"attributes":{
"POSITION":8,
"NORMAL":9,
"TEXCOORD_0":10
},
"indices":11,
"material":0
}
]
},
{
"name":"Cylinder.002",
"primitives":[
{
"attributes":{
"POSITION":12,
"NORMAL":13,
"TEXCOORD_0":14
},
"indices":15,
"material":0
}
]
},
{
"name":"Cube",
"primitives":[
{
"attributes":{
"POSITION":16,
"NORMAL":17,
"TEXCOORD_0":18
},
"indices":19,
"material":0
}
]
},
{
"name":"Cylinder.003",
"primitives":[
{
"attributes":{
"POSITION":20,
"NORMAL":21,
"TEXCOORD_0":22
},
"indices":23,
"material":0
}
]
},
{
"name":"Cylinder.004",
"primitives":[
{
"attributes":{
"POSITION":24,
"NORMAL":25,
"TEXCOORD_0":26
},
"indices":23,
"material":0
}
]
},
{
"name":"Cube.003",
"primitives":[
{
"attributes":{
"POSITION":27,
"NORMAL":28,
"TEXCOORD_0":29
},
"indices":30,
"material":0
}
]
},
{
"name":"Cube.004",
"primitives":[
{
"attributes":{
"POSITION":31,
"NORMAL":32,
"TEXCOORD_0":33
},
"indices":34,
"material":0
}
]
}
],
"textures":[
{
"sampler":0,
"source":0
}
],
"images":[
{
"mimeType":"image/png",
"name":"Atlas_52716",
"uri":"Atlas_52716.png"
}
],
"accessors":[
{
"bufferView":0,
"componentType":5126,
"count":1201,
"max":[
37,
13,
21.200000762939453
],
"min":[
-21,
-1,
-21.200000762939453
],
"type":"VEC3"
},
{
"bufferView":1,
"componentType":5126,
"count":1201,
"type":"VEC3"
},
{
"bufferView":2,
"componentType":5126,
"count":1201,
"type":"VEC2"
},
{
"bufferView":3,
"componentType":5123,
"count":2784,
"type":"SCALAR"
},
{
"bufferView":4,
"componentType":5126,
"count":568,
"max":[
0.28052935004234314,
4.740030765533447,
0.2805359959602356
],
"min":[
-0.335362046957016,
-0.006850188132375479,
-0.2805333733558655
],
"type":"VEC3"
},
{
"bufferView":5,
"componentType":5126,
"count":568,
"type":"VEC3"
},
{
"bufferView":6,
"componentType":5126,
"count":568,
"type":"VEC2"
},
{
"bufferView":7,
"componentType":5123,
"count":2634,
"type":"SCALAR"
},
{
"bufferView":8,
"componentType":5126,
"count":601,
"max":[
0.28052935004234314,
4.740030765533447,
0.2805359959602356
],
"min":[
-0.335362046957016,
-0.006850188132375479,
-0.2805333733558655
],
"type":"VEC3"
},
{
"bufferView":9,
"componentType":5126,
"count":601,
"type":"VEC3"
},
{
"bufferView":10,
"componentType":5126,
"count":601,
"type":"VEC2"
},
{
"bufferView":11,
"componentType":5123,
"count":2826,
"type":"SCALAR"
},
{
"bufferView":12,
"componentType":5126,
"count":214,
"max":[
15.431995391845703,
20.69999885559082,
15.490031242370605
],
"min":[
-0.39002177119255066,
-0.2959353029727936,
-0.3900240361690521
],
"type":"VEC3"
},
{
"bufferView":13,
"componentType":5126,
"count":214,
"type":"VEC3"
},
{
"bufferView":14,
"componentType":5126,
"count":214,
"type":"VEC2"
},
{
"bufferView":15,
"componentType":5123,
"count":864,
"type":"SCALAR"
},
{
"bufferView":16,
"componentType":5126,
"count":276,
"max":[
3,
3,
1.7000007629394531
],
"min":[
-3,
0,
-1.6999988555908203
],
"type":"VEC3"
},
{
"bufferView":17,
"componentType":5126,
"count":276,
"type":"VEC3"
},
{
"bufferView":18,
"componentType":5126,
"count":276,
"type":"VEC2"
},
{
"bufferView":19,
"componentType":5123,
"count":858,
"type":"SCALAR"
},
{
"bufferView":20,
"componentType":5126,
"count":27,
"max":[
0.16909240186214447,
7,
0.16909240186214447
],
"min":[
-0.16909240186214447,
0,
-0.16909240186214447
],
"type":"VEC3"
},
{
"bufferView":21,
"componentType":5126,
"count":27,
"type":"VEC3"
},
{
"bufferView":22,
"componentType":5126,
"count":27,
"type":"VEC2"
},
{
"bufferView":23,
"componentType":5123,
"count":96,
"type":"SCALAR"
},
{
"bufferView":24,
"componentType":5126,
"count":27,
"max":[
0.16909240186214447,
7,
0.16909240186214447
],
"min":[
-0.16909240186214447,
0,
-0.16909240186214447
],
"type":"VEC3"
},
{
"bufferView":25,
"componentType":5126,
"count":27,
"type":"VEC3"
},
{
"bufferView":26,
"componentType":5126,
"count":27,
"type":"VEC2"
},
{
"bufferView":27,
"componentType":5126,
"count":122,
"max":[
3.1788997650146484,
1.1500000953674316,
1.532202959060669
],
"min":[
-2.9188315868377686,
-0.15456610918045044,
-1.4097305536270142
],
"type":"VEC3"
},
{
"bufferView":28,
"componentType":5126,
"count":122,
"type":"VEC3"
},
{
"bufferView":29,
"componentType":5126,
"count":122,
"type":"VEC2"
},
{
"bufferView":30,
"componentType":5123,
"count":228,
"type":"SCALAR"
},
{
"bufferView":31,
"componentType":5126,
"count":293,
"max":[
38,
0,
40
],
"min":[
-38,
-4,
-38
],
"type":"VEC3"
},
{
"bufferView":32,
"componentType":5126,
"count":293,
"type":"VEC3"
},
{
"bufferView":33,
"componentType":5126,
"count":293,
"type":"VEC2"
},
{
"bufferView":34,
"componentType":5123,
"count":1182,
"type":"SCALAR"
}
],
"bufferViews":[
{
"buffer":0,
"byteLength":14412,
"byteOffset":0,
"target":34962
},
{
"buffer":0,
"byteLength":14412,
"byteOffset":14412,
"target":34962
},
{
"buffer":0,
"byteLength":9608,
"byteOffset":28824,
"target":34962
},
{
"buffer":0,
"byteLength":5568,
"byteOffset":38432,
"target":34963
},
{
"buffer":0,
"byteLength":6816,
"byteOffset":44000,
"target":34962
},
{
"buffer":0,
"byteLength":6816,
"byteOffset":50816,
"target":34962
},
{
"buffer":0,
"byteLength":4544,
"byteOffset":57632,
"target":34962
},
{
"buffer":0,
"byteLength":5268,
"byteOffset":62176,
"target":34963
},
{
"buffer":0,
"byteLength":7212,
"byteOffset":67444,
"target":34962
},
{
"buffer":0,
"byteLength":7212,
"byteOffset":74656,
"target":34962
},
{
"buffer":0,
"byteLength":4808,
"byteOffset":81868,
"target":34962
},
{
"buffer":0,
"byteLength":5652,
"byteOffset":86676,
"target":34963
},
{
"buffer":0,
"byteLength":2568,
"byteOffset":92328,
"target":34962
},
{
"buffer":0,
"byteLength":2568,
"byteOffset":94896,
"target":34962
},
{
"buffer":0,
"byteLength":1712,
"byteOffset":97464,
"target":34962
},
{
"buffer":0,
"byteLength":1728,
"byteOffset":99176,
"target":34963
},
{
"buffer":0,
"byteLength":3312,
"byteOffset":100904,
"target":34962
},
{
"buffer":0,
"byteLength":3312,
"byteOffset":104216,
"target":34962
},
{
"buffer":0,
"byteLength":2208,
"byteOffset":107528,
"target":34962
},
{
"buffer":0,
"byteLength":1716,
"byteOffset":109736,
"target":34963
},
{
"buffer":0,
"byteLength":324,
"byteOffset":111452,
"target":34962
},
{
"buffer":0,
"byteLength":324,
"byteOffset":111776,
"target":34962
},
{
"buffer":0,
"byteLength":216,
"byteOffset":112100,
"target":34962
},
{
"buffer":0,
"byteLength":192,
"byteOffset":112316,
"target":34963
},
{
"buffer":0,
"byteLength":324,
"byteOffset":112508,
"target":34962
},
{
"buffer":0,
"byteLength":324,
"byteOffset":112832,
"target":34962
},
{
"buffer":0,
"byteLength":216,
"byteOffset":113156,
"target":34962
},
{
"buffer":0,
"byteLength":1464,
"byteOffset":113372,
"target":34962
},
{
"buffer":0,
"byteLength":1464,
"byteOffset":114836,
"target":34962
},
{
"buffer":0,
"byteLength":976,
"byteOffset":116300,
"target":34962
},
{
"buffer":0,
"byteLength":456,
"byteOffset":117276,
"target":34963
},
{
"buffer":0,
"byteLength":3516,
"byteOffset":117732,
"target":34962
},
{
"buffer":0,
"byteLength":3516,
"byteOffset":121248,
"target":34962
},
{
"buffer":0,
"byteLength":2344,
"byteOffset":124764,
"target":34962
},
{
"buffer":0,
"byteLength":2364,
"byteOffset":127108,
"target":34963
}
],
"samplers":[
{
"magFilter":9729,
"minFilter":9987
}
],
"buffers":[
{
"byteLength":129472,
"uri":"home-exterior.bin"
}
]
}

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,22 @@
[gd_scene load_steps=3 format=2]
[ext_resource path="res://astream/terrain/details/home-exterior.gltf" type="PackedScene" id=1]
[sub_resource type="CylinderShape" id=1]
height = 3.0
radius = 1.17873
[node name="home-exterior" instance=ExtResource( 1 )]
[node name="scene_home" type="Spatial" parent="." index="9" groups=["actuator"]]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 18.7743 )
[node name="Area" type="Area" parent="scene_home" index="0"]
[node name="CollisionShape" type="CollisionShape" parent="scene_home/Area" index="0"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.5, 1.40819 )
shape = SubResource( 1 )
[node name="CollisionShape2" type="CollisionShape" parent="scene_home/Area" index="1"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2.4, -0.375477 )
shape = SubResource( 1 )

Binary file not shown.

After

Width:  |  Height:  |  Size: 666 B

View File

@@ -0,0 +1,35 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/business-bar1.png-9b0e5a7bd39c2d8c1c9eef108b453ad3.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://astream/terrain/details/icons/business-bar1.png"
dest_files=[ "res://.import/business-bar1.png-9b0e5a7bd39c2d8c1c9eef108b453ad3.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=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 358 B

View File

@@ -0,0 +1,35 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/business-cafe1.png-ab59b6cf2c90bebe57dc5a0ed42310ce.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://astream/terrain/details/icons/business-cafe1.png"
dest_files=[ "res://.import/business-cafe1.png-ab59b6cf2c90bebe57dc5a0ed42310ce.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=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 349 B

View File

@@ -0,0 +1,35 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/business-store1.png-4cc350aef652872b56c0151fd142b583.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://astream/terrain/details/icons/business-store1.png"
dest_files=[ "res://.import/business-store1.png-4cc350aef652872b56c0151fd142b583.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=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 532 B

View File

@@ -0,0 +1,35 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/dirt-road-corner.png-d30682ffb4ab4d460095d3b277e04f2b.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://astream/terrain/details/icons/dirt-road-corner.png"
dest_files=[ "res://.import/dirt-road-corner.png-d30682ffb4ab4d460095d3b277e04f2b.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=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 519 B

Some files were not shown because too many files have changed in this diff Show More