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
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