]> marstr Code Repo - lidar/commitdiff
Added repoinfo
authorMarStr <marcus@marstr.online>
Sun, 10 Nov 2024 12:53:19 +0000 (13:53 +0100)
committerMarStr <marcus@marstr.online>
Sun, 10 Nov 2024 12:53:19 +0000 (13:53 +0100)
repoinfo [new file with mode: 0644]

diff --git a/repoinfo b/repoinfo
new file mode 100644 (file)
index 0000000..572221c
--- /dev/null
+++ b/repoinfo
@@ -0,0 +1,7 @@
+LIDAR for Godot
+
+A short project with a script allowing to generate high-resolution terrain from LIDAR terrain scans. Can be either 1" or 3" resolution.
+
+Script is static and hard-coded - you will have to implement logic to read other .hgt (DEM) files.
+
+Terrain does NOT contain UV-coordinates, you will have to add this yourself.