Added repoinfo

This commit is contained in:
MarStr 2024-11-10 13:53:19 +01:00
parent cd5fe60963
commit 37f53bc768

7
repoinfo Normal file
View File

@ -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.