diff options
author | metamuffin <metamuffin@disroot.org> | 2024-06-27 17:21:46 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-06-27 17:21:46 +0200 |
commit | 4fa692dae19789e5e766c50ac31874653d02971a (patch) | |
tree | 6675ac486d8e9fd57377d8729f2ae75616cfb26e /client/map/map.tscn | |
parent | 3d9398b552bee7615987cc177e14a21aba29689e (diff) | |
download | hurrycurry-4fa692dae19789e5e766c50ac31874653d02971a.tar hurrycurry-4fa692dae19789e5e766c50ac31874653d02971a.tar.bz2 hurrycurry-4fa692dae19789e5e766c50ac31874653d02971a.tar.zst |
voxelgi baking
Diffstat (limited to 'client/map/map.tscn')
-rw-r--r-- | client/map/map.tscn | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/client/map/map.tscn b/client/map/map.tscn index df359214..cd08e416 100644 --- a/client/map/map.tscn +++ b/client/map/map.tscn @@ -1,6 +1,17 @@ -[gd_scene load_steps=2 format=3 uid="uid://b4gone8fu53r7"] +[gd_scene load_steps=4 format=3 uid="uid://b4gone8fu53r7"] [ext_resource type="Script" path="res://map/map.gd" id="1_3en0a"] +[sub_resource type="CameraAttributesPractical" id="CameraAttributesPractical_kwk4i"] + +[sub_resource type="VoxelGIData" id="VoxelGIData_m5j5n"] + [node name="Map" type="Node3D"] script = ExtResource("1_3en0a") + +[node name="Timer" type="Timer" parent="."] +one_shot = true + +[node name="VoxelGI" type="VoxelGI" parent="."] +camera_attributes = SubResource("CameraAttributesPractical_kwk4i") +data = SubResource("VoxelGIData_m5j5n") |