mapbox结合threeJS载入3d模型,并实现点击事件

https://www.jianshu.com/p/ae8f9b338f80 地址参考代码如下:




    Mapbox THREE.js raycaster test
    
    
    
    





上面代码运行后如果出现 Uncaught TypeError: this.renderer.resetState is not a function 或 Uncaught TypeError: l.invert is not a function相关问题,是引用的three.min.js版本不对,换下three.min.js版本解决。

你可能感兴趣的:(3d,mapboxgl)