I have large model of more than 2 million vertices. I want to stream it using three.js from remote URL. Currently I am using Buffer Geometry for loading it which loads it in one shot.
Is there any loader in three.js which can progressive load model. Any other approach will also work.
I am able to load any type of data(obj, stl or json triangles).
Any kind of suggestion is welcomed.