naver / egjs-view3d

Fast & customizable 3D model viewer for everyone
https://naver.github.io/egjs-view3d
MIT License
199 stars 30 forks source link

New Indexed DB Plugin #69

Open balton-G-10 opened 1 year ago

balton-G-10 commented 1 year ago

Description

I'd want to create an IndexedDB plugin for loading GLTF/GLB models from IndexedDB. So, How can I make my own plugin, and what are the steps involved? And How can i notify the changes to view3D when there are changes in 3D model (eg Add or Remove Some Threejs Objects and meshes) Please Guide Me

Thanks