IceCreamYou / THREE.Terrain

A procedural terrain generation engine for use with the Three.js 3D graphics library for the web.
https://icecreamyou.github.io/THREE.Terrain/
MIT License
717 stars 112 forks source link

could it load real terrain? #35

Closed 1170300814 closed 1 year ago

1170300814 commented 1 year ago

hi i have some DEM data. could THREE.terrain load real world DEM data?Not random terrain

IceCreamYou commented 1 year ago

You are looking for a Three.js DEM loader. That is not what THREE.Terrain is. If you do an internet search for "three.js dem" you will find several options.