maptalks / maptalks.three

A maptalks layer to render with three.js.
https://deyihu.github.io/maptalks.three.website/
MIT License
566 stars 128 forks source link

support for react-three-fiber #563

Open dberardo-com opened 1 year ago

dberardo-com commented 1 year ago

is it possible to integrate reacth three fiber with the maptalks library via this plugin? if so could you provide an example ?

deyihu commented 1 year ago

@dberardo-com

I'm not familiar with react-three-fiber. For your question, I need some time to study react-three-fiber

dberardo-com commented 1 year ago

r3f gives the possibility to load extra 3dobjects definitions using the extend() function. Could this be the key to integrate maptalks in r3f ? https://medium.com/@zmommaerts/how-to-create-3d-text-in-react-three-fiber-a35376456a04