NASA-AMMOS / 3DTilesRendererJS

Renderer for 3D Tiles in Javascript using three.js
https://nasa-ammos.github.io/3DTilesRendererJS/example/bundle/mars.html
Apache License 2.0
1.57k stars 280 forks source link

src/three/gltf/classes/PropertySetAccessor.js #573

Closed dragonzoebai closed 3 months ago

dragonzoebai commented 3 months ago

// 194行 for ( const i = 0, l = elements.length; i < l; i ++ ) { // 改为 for ( let i = 0, l = elements.length; i < l; i ++ ) {

gkjohnson commented 3 months ago

Please explain the context for the issues you report.