luojiandan

Results 4 comments of luojiandan

import ![image](https://user-images.githubusercontent.com/5663556/96244642-ebe5f180-0fd8-11eb-8614-c40337c13a61.png)

@jscastro76 thanks your replay:) I work in Vue Vue:2.5.2 Mapbox-GL:1.12.0 threebox:2.0.4 ![image](https://user-images.githubusercontent.com/5663556/96286593-2ff5e800-1013-11eb-87b9-fae2469ba1e4.png) ![image](https://user-images.githubusercontent.com/5663556/96286629-42702180-1013-11eb-9bd3-f8a314431234.png)

@jscastro76 Example repo:https://github.com/luojiandan/VueMapboxThreebox

@jscastro76 @luojiandan @peterqliu @kronick @McCulloughRT If I use coordinates.forEach((coor)=>{tb.loadObj(...)}),like this ![image](https://user-images.githubusercontent.com/5663556/96287008-d9d57480-1013-11eb-9838-0cf10af5fe33.png) It cost much memory ![image](https://user-images.githubusercontent.com/5663556/96287326-58caad00-1014-11eb-93de-c95af4cc8d56.png) but I use tb.loadObj(...Array.forEach...) ![image](https://user-images.githubusercontent.com/5663556/96287441-83b50100-1014-11eb-9c49-7bd39094d9fe.png) I got one model only. for each model, the...