#Delay while cloning

14 messages · Page 1 of 1 (latest)

west hawk
#

I have to make more than 100 copies of a loaded glb model, using the following code

THREE.SkeletonUtils.clone(origModel)

but the cloning takes a little delay , models appears with a small delay based on the count , its not instant is there a way to overcome this delay

gloomy hedge
#

How big is your original model?

west hawk
#

its not a very big one , its around 50 kb each , i ll have around 10 models , need to create 10 copies of each model

boreal badge
unborn geode
#

You may want to look into instancing

#

Using this I was able to make a instance 10k copies of my model with 0 delay

kindred drum
muted jay
unborn geode
#

I haven't gotten this far yet but I'm sure you can extract the weights and bones of the original and utilize it as a reference for each geometry in order to animate.

kindred drum
azure grotto