You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Gridmap/scenes/3DWorld.tscn

49 lines
2.1 KiB

[gd_scene load_steps=8 format=3 uid="uid://brjt1u0dgbmi4"]
[ext_resource type="Script" path="res://scripts/Ground.gd" id="3_f4vd0"]
[ext_resource type="Script" path="res://scripts/Board.gd" id="3_g32xc"]
[ext_resource type="Environment" uid="uid://dur874iy77jjr" path="res://assets/environment.tres" id="4_dycnn"]
[ext_resource type="Texture2D" uid="uid://qjc4ttmkxbch" path="res://assets/ui/bloc_select.png" id="4_nyumm"]
[ext_resource type="PackedScene" uid="uid://dd7byfyvsblbw" path="res://scenes/camera.tscn" id="5_6daj8"]
[sub_resource type="CameraAttributesPractical" id="CameraAttributesPractical_fwdfs"]
dof_blur_far_distance = 125.06
dof_blur_far_transition = 8192.0
dof_blur_near_distance = 0.01
[sub_resource type="WorldBoundaryShape3D" id="WorldBoundaryShape3D_iogdu"]
[node name="Board" type="Node3D"]
script = ExtResource("3_g32xc")
[node name="Ground" type="Node3D" parent="." node_paths=PackedStringArray("camera")]
transform = Transform3D(0.999999, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0)
script = ExtResource("3_f4vd0")
camera = NodePath("../Camera")
metadata/_editor_floor_ = Vector3(0, 0, 0)
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]
transform = Transform3D(-0.838816, -0.462141, 0.287772, 0.48185, -0.384196, 0.787537, -0.253392, 0.799262, 0.544952, 0, 0, 0)
light_color = Color(0.67451, 0.847059, 0.901961, 1)
light_energy = 3.0
light_bake_mode = 0
shadow_enabled = true
shadow_transmittance_bias = -5.122
directional_shadow_pancake_size = 65.8
[node name="Highlighter" type="Sprite3D" parent="."]
transform = Transform3D(0.999999, 0, 0, 0, -4.37114e-08, -1, 0, 1, -4.37114e-08, 0, 0, 0)
pixel_size = 0.0039
texture = ExtResource("4_nyumm")
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
environment = ExtResource("4_dycnn")
camera_attributes = SubResource("CameraAttributesPractical_fwdfs")
[node name="Camera" parent="." instance=ExtResource("5_6daj8")]
[node name="Ocean" type="StaticBody3D" parent="."]
collision_layer = 129
[node name="CollisionShape3D" type="CollisionShape3D" parent="Ocean"]
shape = SubResource("WorldBoundaryShape3D_iogdu")