threebox icon indicating copy to clipboard operation
threebox copied to clipboard

same option,different coordinates

Open luojiandan opened this issue 4 years ago • 2 comments

@peterqliu @kronick @McCulloughRT image loadObj load many obj,but the option is same,just coordinate is different. I change code like this,but only one model display. image

luojiandan avatar Oct 16 '20 10:10 luojiandan

@jscastro76 @luojiandan @peterqliu @kronick @McCulloughRT If I use coordinates.forEach((coor)=>{tb.loadObj(...)}),like this image

It cost much memory image

but I use tb.loadObj(...Array.forEach...) image I got one model only.

for each model, the options is same,coordinate is different.how can I save memory. Thanks:)

luojiandan avatar Oct 16 '20 17:10 luojiandan

Solved in this fork

jscastro76 avatar Nov 15 '20 19:11 jscastro76