Skip to content

Commit 3681e52

Browse files
authored
Addons: Remove MMD modules. (#1429)
* Addons: Remove MMD modules. * Update three.js * Remove test
1 parent d9118ef commit 3681e52

File tree

10 files changed

+1
-445
lines changed

10 files changed

+1
-445
lines changed

examples-testing/index.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ const exceptionList = [
1717
'webgl_loader_ifc',
1818
'webgl_loader_ldraw',
1919
'webgl_loader_md2',
20-
'webgl_loader_mmd',
21-
'webgl_loader_mmd_pose',
22-
'webgl_loader_mmd_audio',
2320
'webgl_loader_nrrd',
2421
'webgl_loader_stl',
2522
'webgl_loader_texture_exr',

three.js

Submodule three.js updated 57 files

types/three/examples/jsm/Addons.d.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
export * from "./animation/AnimationClipCreator.js";
22
export * from "./animation/CCDIKSolver.js";
3-
export * from "./animation/MMDAnimationHelper.js";
4-
export * from "./animation/MMDPhysics.js";
53

64
export { default as WebGL } from "./capabilities/WebGL.js";
75

@@ -40,7 +38,6 @@ export * from "./exporters/DRACOExporter.js";
4038
export * from "./exporters/EXRExporter.js";
4139
export * from "./exporters/GLTFExporter.js";
4240
export * from "./exporters/KTX2Exporter.js";
43-
export * from "./exporters/MMDExporter.js";
4441
export * from "./exporters/OBJExporter.js";
4542
export * from "./exporters/PLYExporter.js";
4643
export * from "./exporters/STLExporter.js";
@@ -104,7 +101,6 @@ export * from "./loaders/LUTCubeLoader.js";
104101
export * from "./loaders/LWOLoader.js";
105102
export * from "./loaders/MD2Loader.js";
106103
export * from "./loaders/MDDLoader.js";
107-
export * from "./loaders/MMDLoader.js";
108104
export * from "./loaders/MTLLoader.js";
109105
export * from "./loaders/NRRDLoader.js";
110106
export * from "./loaders/OBJLoader.js";
@@ -241,7 +237,6 @@ export * from "./shaders/KaleidoShader.js";
241237
export * from "./shaders/LuminosityHighPassShader.js";
242238
export * from "./shaders/LuminosityShader.js";
243239
export * from "./shaders/MirrorShader.js";
244-
export * from "./shaders/MMDToonShader.js";
245240
export * from "./shaders/NormalMapShader.js";
246241
export * from "./shaders/OutputShader.js";
247242
export * from "./shaders/RGBShiftShader.js";

types/three/examples/jsm/animation/MMDAnimationHelper.d.ts

Lines changed: 0 additions & 99 deletions
This file was deleted.

types/three/examples/jsm/animation/MMDPhysics.d.ts

Lines changed: 0 additions & 128 deletions
This file was deleted.

types/three/examples/jsm/exporters/MMDExporter.d.ts

Lines changed: 0 additions & 11 deletions
This file was deleted.

types/three/examples/jsm/loaders/MMDLoader.d.ts

Lines changed: 0 additions & 60 deletions
This file was deleted.

types/three/examples/jsm/shaders/MMDToonShader.d.ts

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)