]> marstr Code Repo - lidar/summary
 
descriptionA small project demonstrating how to load LIDAR scans as terrain into Godot. Can be loaded into current Godot Studio.
last changeSun, 10 Nov 2024 12:55:05 +0000 (13:55 +0100)
shortlog
2024-11-10 MarStrAdded missing repo description master
2024-11-10 MarStrAdded repoinfo
2024-11-10 MarStrInitial commit with correct working GD script
heads
2 months ago master
Description
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.