tentone / geo-three

Tile based geographic world map visualization library for threejs
https://tentone.github.io/geo-three/docs/
MIT License
651 stars 105 forks source link

awesome! #28

Open moshuying opened 2 years ago

moshuying commented 2 years ago

I like this !!!

We can add some functions and examples, such as camera control,and post effect,I think you can see here, it is based on three. Js to do, but their goal is too far, custom post-processing is too complex, and the camera control is also very limited

tentone commented 2 years ago

Hello

I think that adding controls and postprocess funcionality can be easily achieved using the already provided tools by three.js.

The library focus solely on drawing the map and generating the terrain meshes.

I could provide an example of post processing applied to the system as demo only.

Thanks a lot for the suggestion.