Skip to content

bertt/gltf-experiments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gltf-experiments

Various glTF experiments

  • using PbrSpecularGlossiness shader;

  • drawing pointclouds

image

  • drawing animations

Pointclouds

data preparation:

Download a laz file kaartblad from Utrecht

$ wget https://geodata.nationaalgeoregister.nl/ahn3/extract/ahn3_laz/C_31HZ2.LAZ

Crop laz file using pdal crop with json:

{ "pipeline":[ "/data/C_31HZ2.LAZ", { "type":"filters.crop", "bounds":"([136356.6585, 136922.3581],[ 455832.7428, 456107.1495])" }, "/data/utrecht.LAZ" ] }
$ pdal pipeline crop.json

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages