**************************************************************** LASview : a simple OpenGL-based viewer for LAS files that can also compute and display a TIN **************************************************************** example usage: >> lasview lidar.las >> lasview -i lidar.las reads around 1000000 subsampled lidar points and displays in 50 steps >> lasview -i lidar.las -win 1600 1200 same as above but with a larger display window >> lasview -i lidar.las -steps 10 -points 200000 reads around 200000 subsampled lidar points and displays in 11 steps interactive options: compute a TIN from the displayed returns change shading mode for TIN (hill-shade, elevation, wire-frame) display all returns display last returns only display first returns only display returns classified as ground display returns classified as building display returns classified as vegetation display returns classified as overlap display returns classified as water display returns that are unclassified switch between rotate/translate/zoom <-/=> render points smaller/bigger <[/]> exaggerate/mellow elevation differences change color mode hide/show bounding box step forward/backward tiny step forward/backward out-of-core full resolution rendering ---- try these sources for sample lidar data in LAS format: http://www.geoict.net/LidarData/Data/OptechSampleLAS.zip http://www.qcoherent.com/data/LP360_Sample_Data.rar http://www.appliedimagery.com/Serpent%20Mound%20Model%20LAS%20Data.las if you find bugs let me (isenburg@cs.unc.edu) know.