Przeglądaj źródła

Updated builds.

sunag 1 rok temu
rodzic
commit
4bfb39bca2

+ 1 - 1
build/three.cjs

@@ -47900,7 +47900,7 @@ class Clock {
 
 function now() {
 
-	return ( typeof performance === 'undefined' ? Date : performance ).now(); // see #10732
+	return performance.now();
 
 }
 

+ 1 - 1
build/three.module.js

@@ -47898,7 +47898,7 @@ class Clock {
 
 function now() {
 
-	return ( typeof performance === 'undefined' ? Date : performance ).now(); // see #10732
+	return performance.now();
 
 }
 

Plik diff jest za duży
+ 0 - 0
build/three.module.min.js


Plik diff jest za duży
+ 2444 - 2224
build/three.webgpu.js


Plik diff jest za duży
+ 0 - 0
build/three.webgpu.min.js


Plik diff jest za duży
+ 77698 - 0
build/three.webgpu.nodes.js


Plik diff jest za duży
+ 5 - 0
build/three.webgpu.nodes.min.js


Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików

粤ICP备19079148号