From 51a0664a1c2265adddbf4c42d4eda747c8ea8aaf Mon Sep 17 00:00:00 2001 From: dusoleil Date: Mon, 19 Sep 2022 10:32:24 -0400 Subject: Add Levels of Detail per Chunk --- world/World.tscn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'world/World.tscn') diff --git a/world/World.tscn b/world/World.tscn index 81b2201..647f47b 100644 --- a/world/World.tscn +++ b/world/World.tscn @@ -4,10 +4,10 @@ [ext_resource path="res://world/chunk/Chunk.tscn" type="PackedScene" id=3] [sub_resource type="SphereShape" id=24] -radius = 500.0 +radius = 1000.0 [sub_resource type="SphereShape" id=25] -radius = 300.0 +radius = 500.0 [sub_resource type="SphereShape" id=26] radius = 150.0 -- cgit v1.2.3