viromedia / virocore

ViroCore cross-platform AR/VR renderer
MIT License
364 stars 108 forks source link

Cloning Object3D possible? #304

Open fzaiatz opened 5 years ago

fzaiatz commented 5 years ago

Hi there, is it possible to clone an Object3D? The idea is to avoid loading the same model over and over again, and instead, cloning the same model (with a cache policy, provided by Viro or custom by the client).

thanks