Parcourir la source

Updated builds.

Mugen87 il y a 2 ans
Parent
commit
152609d668
5 fichiers modifiés avec 43 ajouts et 37 suppressions
  1. 1 1
      build/three.cjs
  2. 1 1
      build/three.module.js
  3. 0 0
      build/three.module.min.js
  4. 41 35
      build/three.webgpu.js
  5. 0 0
      build/three.webgpu.min.js

+ 1 - 1
build/three.cjs

@@ -5,7 +5,7 @@
  */
 'use strict';
 
-const REVISION = '167';
+const REVISION = '168dev';
 
 const MOUSE = { LEFT: 0, MIDDLE: 1, RIGHT: 2, ROTATE: 0, DOLLY: 1, PAN: 2 };
 const TOUCH = { ROTATE: 0, PAN: 1, DOLLY_PAN: 2, DOLLY_ROTATE: 3 };

+ 1 - 1
build/three.module.js

@@ -3,7 +3,7 @@
  * Copyright 2010-2024 Three.js Authors
  * SPDX-License-Identifier: MIT
  */
-const REVISION = '167';
+const REVISION = '168dev';
 
 const MOUSE = { LEFT: 0, MIDDLE: 1, RIGHT: 2, ROTATE: 0, DOLLY: 1, PAN: 2 };
 const TOUCH = { ROTATE: 0, PAN: 1, DOLLY_PAN: 2, DOLLY_ROTATE: 3 };

Fichier diff supprimé car celui-ci est trop grand
+ 0 - 0
build/three.module.min.js


Fichier diff supprimé car celui-ci est trop grand
+ 41 - 35
build/three.webgpu.js


Fichier diff supprimé car celui-ci est trop grand
+ 0 - 0
build/three.webgpu.min.js


Certains fichiers n'ont pas été affichés car il y a eu trop de fichiers modifiés dans ce diff

粤ICP备19079148号