Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions examples-testing/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ const exceptionList = [
'webgl_loader_ifc',
'webgl_loader_ldraw',
'webgl_loader_md2',
'webgl_loader_mmd',
'webgl_loader_mmd_pose',
'webgl_loader_mmd_audio',
'webgl_loader_nrrd',
'webgl_loader_stl',
'webgl_loader_texture_exr',
Expand Down
2 changes: 1 addition & 1 deletion three.js
Submodule three.js updated 57 files
+2 −5 docs/examples/en/animations/CCDIKSolver.html
+0 −183 docs/examples/en/animations/MMDAnimationHelper.html
+0 −125 docs/examples/en/animations/MMDPhysics.html
+0 −134 docs/examples/en/loaders/MMDLoader.html
+2 −5 docs/examples/zh/animations/CCDIKSolver.html
+0 −185 docs/examples/zh/animations/MMDAnimationHelper.html
+0 −129 docs/examples/zh/animations/MMDPhysics.html
+0 −134 docs/examples/zh/loaders/MMDLoader.html
+3 −12 docs/list.json
+0 −1 docs/manual/ar/introduction/Animation-system.html
+0 −1 docs/manual/en/introduction/Animation-system.html
+0 −1 docs/manual/fr/introduction/Animation-system.html
+0 −1 docs/manual/it/introduction/Animation-system.html
+0 −1 docs/manual/ja/introduction/Animation-system.html
+0 −1 docs/manual/ko/introduction/Animation-system.html
+0 −1 docs/manual/pt-br/introduction/Animation-system.html
+0 −1 docs/manual/zh/introduction/Animation-system.html
+0 −3 examples/files.json
+0 −5 examples/jsm/Addons.js
+1 −2 examples/jsm/animation/CCDIKSolver.js
+0 −1,209 examples/jsm/animation/MMDAnimationHelper.js
+0 −1,408 examples/jsm/animation/MMDPhysics.js
+0 −223 examples/jsm/exporters/MMDExporter.js
+0 −11,530 examples/jsm/libs/mmdparser.module.js
+0 −2,298 examples/jsm/loaders/MMDLoader.js
+0 −134 examples/jsm/shaders/MMDToonShader.js
+0 −3 examples/models/mmd/LICENSE
+0 −36 examples/models/mmd/Readme.txt
+0 −38 examples/models/mmd/audios/readme.txt
+ examples/models/mmd/audios/wavefile_short.mp3
+ examples/models/mmd/miku/eyeM2.bmp
+ examples/models/mmd/miku/miku_v2.pmd
+0 −5 examples/models/mmd/miku/readme.txt
+0 −389 examples/models/mmd/miku/readme_miku_v2.txt
+0 −16 examples/models/mmd/vmds/readme.txt
+0 −43 examples/models/mmd/vmds/readme_wavefile.txt
+0 −41 examples/models/mmd/vmds/readme_wavefile_camera.txt
+ examples/models/mmd/vmds/wavefile_camera.vmd
+ examples/models/mmd/vmds/wavefile_v2.vmd
+0 −470 examples/models/mmd/vpds/01.vpd
+0 −470 examples/models/mmd/vpds/02.vpd
+0 −470 examples/models/mmd/vpds/03.vpd
+0 −470 examples/models/mmd/vpds/04.vpd
+0 −470 examples/models/mmd/vpds/05.vpd
+0 −470 examples/models/mmd/vpds/06.vpd
+0 −470 examples/models/mmd/vpds/07.vpd
+0 −470 examples/models/mmd/vpds/08.vpd
+0 −470 examples/models/mmd/vpds/09.vpd
+0 −470 examples/models/mmd/vpds/10.vpd
+0 −470 examples/models/mmd/vpds/11.vpd
+0 −12 examples/models/mmd/vpds/readme.txt
+ examples/screenshots/webgl_loader_mmd.jpg
+ examples/screenshots/webgl_loader_mmd_audio.jpg
+ examples/screenshots/webgl_loader_mmd_pose.jpg
+0 −240 examples/webgl_loader_mmd.html
+0 −193 examples/webgl_loader_mmd_audio.html
+0 −298 examples/webgl_loader_mmd_pose.html
5 changes: 0 additions & 5 deletions types/three/examples/jsm/Addons.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
export * from "./animation/AnimationClipCreator.js";
export * from "./animation/CCDIKSolver.js";
export * from "./animation/MMDAnimationHelper.js";
export * from "./animation/MMDPhysics.js";

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

Expand Down Expand Up @@ -40,7 +38,6 @@ export * from "./exporters/DRACOExporter.js";
export * from "./exporters/EXRExporter.js";
export * from "./exporters/GLTFExporter.js";
export * from "./exporters/KTX2Exporter.js";
export * from "./exporters/MMDExporter.js";
export * from "./exporters/OBJExporter.js";
export * from "./exporters/PLYExporter.js";
export * from "./exporters/STLExporter.js";
Expand Down Expand Up @@ -104,7 +101,6 @@ export * from "./loaders/LUTCubeLoader.js";
export * from "./loaders/LWOLoader.js";
export * from "./loaders/MD2Loader.js";
export * from "./loaders/MDDLoader.js";
export * from "./loaders/MMDLoader.js";
export * from "./loaders/MTLLoader.js";
export * from "./loaders/NRRDLoader.js";
export * from "./loaders/OBJLoader.js";
Expand Down Expand Up @@ -241,7 +237,6 @@ export * from "./shaders/KaleidoShader.js";
export * from "./shaders/LuminosityHighPassShader.js";
export * from "./shaders/LuminosityShader.js";
export * from "./shaders/MirrorShader.js";
export * from "./shaders/MMDToonShader.js";
export * from "./shaders/NormalMapShader.js";
export * from "./shaders/OutputShader.js";
export * from "./shaders/RGBShiftShader.js";
Expand Down
99 changes: 0 additions & 99 deletions types/three/examples/jsm/animation/MMDAnimationHelper.d.ts

This file was deleted.

128 changes: 0 additions & 128 deletions types/three/examples/jsm/animation/MMDPhysics.d.ts

This file was deleted.

11 changes: 0 additions & 11 deletions types/three/examples/jsm/exporters/MMDExporter.d.ts

This file was deleted.

60 changes: 0 additions & 60 deletions types/three/examples/jsm/loaders/MMDLoader.d.ts

This file was deleted.

15 changes: 0 additions & 15 deletions types/three/examples/jsm/shaders/MMDToonShader.d.ts

This file was deleted.

Loading
Loading