mirror of
https://github.com/JannisX11/blockbench.git
synced 2025-01-18 15:26:19 +08:00
Update three.js to r120
This commit is contained in:
parent
6cb92581ce
commit
095233590f
@ -41,6 +41,7 @@ BARS.setupVue()
|
||||
MenuBar.setup()
|
||||
translateUI()
|
||||
|
||||
console.log(`Three.js r${THREE.REVISION}`)
|
||||
console.log('%cBlockbench ' + appVersion + (isApp
|
||||
? (' Desktop (' + Blockbench.operating_system +')')
|
||||
: (' Web ('+capitalizeFirstLetter(Blockbench.browser)+')')),
|
||||
|
2044
lib/three.min.js
vendored
2044
lib/three.min.js
vendored
File diff suppressed because one or more lines are too long
@ -259,6 +259,3 @@ THREE.GridHelper.prototype = Object.assign( Object.create( THREE.LineSegments.pr
|
||||
THREE.NormalX = new THREE.Vector3(1, 0, 0);
|
||||
THREE.NormalY = new THREE.Vector3(0, 1, 0);
|
||||
THREE.NormalZ = new THREE.Vector3(0, 0, 1);
|
||||
// x 22725 Init Log
|
||||
// x 17544 ProgramLog message
|
||||
//22919 WebGL Error
|
||||
|
Loading…
Reference in New Issue
Block a user