add pipes scene puzzle
This commit is contained in:
parent
f13be176a9
commit
5ac90f4a74
6 changed files with 853 additions and 0 deletions
38
scenes/pipes_scene/pipes_particle_process_material.tres
Normal file
38
scenes/pipes_scene/pipes_particle_process_material.tres
Normal file
|
@ -0,0 +1,38 @@
|
|||
[gd_resource type="ParticleProcessMaterial" load_steps=5 format=3 uid="uid://db6gxv4sns4ex"]
|
||||
|
||||
[sub_resource type="Gradient" id="Gradient_0ygfi"]
|
||||
colors = PackedColorArray(0.720471, 0.182584, 0.797749, 1, 1, 1, 3, 1)
|
||||
|
||||
[sub_resource type="GradientTexture1D" id="GradientTexture1D_e428v"]
|
||||
gradient = SubResource("Gradient_0ygfi")
|
||||
use_hdr = true
|
||||
|
||||
[sub_resource type="Curve" id="Curve_g0jsu"]
|
||||
_data = [Vector2(0, 1), 0.0, 0.0, 0, 0, Vector2(0.905229, 0.968574), 0.0, 0.0, 0, 0, Vector2(1, 0), 0.0, 0.0, 0, 0]
|
||||
point_count = 3
|
||||
|
||||
[sub_resource type="CurveTexture" id="CurveTexture_qnerq"]
|
||||
curve = SubResource("Curve_g0jsu")
|
||||
|
||||
[resource]
|
||||
resource_local_to_scene = true
|
||||
emission_shape = 3
|
||||
emission_box_extents = Vector3(0.1, 0.1, 0.1)
|
||||
spread = 0.0
|
||||
initial_velocity_min = 1.0
|
||||
initial_velocity_max = 1.0
|
||||
gravity = Vector3(0, 0, 0)
|
||||
damping_min = 0.05
|
||||
damping_max = 0.05
|
||||
scale_max = 1.3
|
||||
scale_curve = SubResource("CurveTexture_qnerq")
|
||||
color = Color(0.848753, 0.313913, 0.294879, 1)
|
||||
color_ramp = SubResource("GradientTexture1D_e428v")
|
||||
hue_variation_min = -0.1
|
||||
hue_variation_max = 0.1
|
||||
turbulence_noise_scale = 6.228
|
||||
turbulence_influence_min = 0.01
|
||||
turbulence_influence_max = 0.01
|
||||
collision_mode = 1
|
||||
collision_friction = 0.06
|
||||
collision_bounce = 1.0
|
11
scenes/pipes_scene/pipes_particle_standard_material_3d.tres
Normal file
11
scenes/pipes_scene/pipes_particle_standard_material_3d.tres
Normal file
|
@ -0,0 +1,11 @@
|
|||
[gd_resource type="StandardMaterial3D" format=3 uid="uid://1gk8yvunqk7d"]
|
||||
|
||||
[resource]
|
||||
shading_mode = 2
|
||||
vertex_color_use_as_albedo = true
|
||||
vertex_color_is_srgb = true
|
||||
emission_enabled = true
|
||||
emission = Color(2, 1.335, 0.166, 1)
|
||||
emission_energy_multiplier = 4.89
|
||||
disable_receive_shadows = true
|
||||
use_particle_trails = true
|
Binary file not shown.
|
@ -0,0 +1,26 @@
|
|||
[remap]
|
||||
|
||||
importer="3d_texture"
|
||||
type="CompressedTexture3D"
|
||||
uid="uid://dlrcjkwxa2rud"
|
||||
path="res://.godot/imported/pipes_scene.GPUParticlesCollisionSDF3D_data.exr-a8a34a9db7e4fd16a2ab5cced5e5bb22.ctex3d"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://scenes/pipes_scene/pipes_scene.GPUParticlesCollisionSDF3D_data.exr"
|
||||
dest_files=["res://.godot/imported/pipes_scene.GPUParticlesCollisionSDF3D_data.exr-a8a34a9db7e4fd16a2ab5cced5e5bb22.ctex3d"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=3
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/channel_pack=1
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
slices/horizontal=1
|
||||
slices/vertical=64
|
BIN
scenes/pipes_scene/pipes_scene.VoxelGI_data.res
Normal file
BIN
scenes/pipes_scene/pipes_scene.VoxelGI_data.res
Normal file
Binary file not shown.
778
scenes/pipes_scene/pipes_scene.tscn
Normal file
778
scenes/pipes_scene/pipes_scene.tscn
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue