Update three.js to r140.

This commit is contained in:
kovacsv 2022-05-03 19:26:21 +02:00
parent 913dff36f9
commit 9f26a3ab5f
4 changed files with 757 additions and 695 deletions

2
libs/three.min.js vendored

File diff suppressed because one or more lines are too long

View File

@ -326,6 +326,14 @@
}
if ( 'Translation' in textureNode ) {
const values = textureNode.Translation.value;
texture.offset.x = values[ 0 ];
texture.offset.y = values[ 1 ];
}
return texture;
} // load a texture specified as a blob or data URI, or via an external URL using THREE.TextureLoader

1438
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -32,7 +32,7 @@
"fantasticon": "^1.2.2",
"http-server": "^14.0.0",
"jsdoc": "^3.6.10",
"mocha": "^9.2.1",
"mocha": "^10.0.0",
"oslllo-svg-fixer": "^2.0.1",
"svgo": "^2.3.1"
},
@ -41,7 +41,7 @@
"draco3d": "1.5.2",
"fflate": "0.7.3",
"rhino3dm": "7.14.0",
"three": "0.139.2",
"three": "0.140.0",
"web-ifc": "0.0.33",
"occt-import-js" : "0.0.6"
},