diff --git a/examples/files.json b/examples/files.json index 1df55ea74ed01f..7e1f407eb1ddd3 100644 --- a/examples/files.json +++ b/examples/files.json @@ -120,7 +120,6 @@ "webgl_loader_texture_tga", "webgl_loader_ttf", "webgl_loader_vox", - "webgl_loader_vrm", "webgl_loader_vrml", "webgl_loader_vtk", "webgl_loader_xyz", diff --git a/examples/js/loaders/VRMLoader.js b/examples/js/loaders/VRMLoader.js deleted file mode 100644 index 107a5cd6f05a2c..00000000000000 --- a/examples/js/loaders/VRMLoader.js +++ /dev/null @@ -1,72 +0,0 @@ -( function () { - - // - // VRM is based on glTF 2.0 and VRM extension is defined - // in top-level json.extensions.VRM - - class VRMLoader extends THREE.Loader { - - constructor( manager ) { - - if ( THREE.GLTFLoader === undefined ) { - - throw new Error( 'THREE.VRMLoader: Import THREE.GLTFLoader.' ); - - } - - super( manager ); - this.gltfLoader = new THREE.GLTFLoader( manager ); - - } - - load( url, onLoad, onProgress, onError ) { - - const scope = this; - this.gltfLoader.load( url, function ( gltf ) { - - try { - - scope.parse( gltf, onLoad ); - - } catch ( e ) { - - if ( onError ) { - - onError( e ); - - } else { - - console.error( e ); - - } - - scope.manager.itemError( url ); - - } - - }, onProgress, onError ); - - } - - setDRACOLoader( dracoLoader ) { - - this.gltfLoader.setDRACOLoader( dracoLoader ); - return this; - - } - - parse( gltf, onLoad ) { - - // const gltfParser = gltf.parser; - // const gltfExtensions = gltf.userData.gltfExtensions || {}; - // const vrmExtension = gltfExtensions.VRM || {}; - // handle VRM Extension here - onLoad( gltf ); - - } - - } - - THREE.VRMLoader = VRMLoader; - -} )(); diff --git a/examples/jsm/loaders/VRMLoader.js b/examples/jsm/loaders/VRMLoader.js deleted file mode 100644 index 92cad358c2f6c6..00000000000000 --- a/examples/jsm/loaders/VRMLoader.js +++ /dev/null @@ -1,78 +0,0 @@ -import { - Loader -} from 'three'; -import { GLTFLoader } from '../loaders/GLTFLoader.js'; - -// VRM Specification: https://dwango.github.io/vrm/vrm_spec/ -// -// VRM is based on glTF 2.0 and VRM extension is defined -// in top-level json.extensions.VRM - -class VRMLoader extends Loader { - - constructor( manager ) { - - if ( GLTFLoader === undefined ) { - - throw new Error( 'THREE.VRMLoader: Import GLTFLoader.' ); - - } - - super( manager ); - - this.gltfLoader = new GLTFLoader( manager ); - - } - - load( url, onLoad, onProgress, onError ) { - - const scope = this; - - this.gltfLoader.load( url, function ( gltf ) { - - try { - - scope.parse( gltf, onLoad ); - - } catch ( e ) { - - if ( onError ) { - - onError( e ); - - } else { - - console.error( e ); - - } - - scope.manager.itemError( url ); - - } - - }, onProgress, onError ); - - } - - setDRACOLoader( dracoLoader ) { - - this.gltfLoader.setDRACOLoader( dracoLoader ); - return this; - - } - - parse( gltf, onLoad ) { - - // const gltfParser = gltf.parser; - // const gltfExtensions = gltf.userData.gltfExtensions || {}; - // const vrmExtension = gltfExtensions.VRM || {}; - - // handle VRM Extension here - - onLoad( gltf ); - - } - -} - -export { VRMLoader }; diff --git a/examples/models/vrm/Alicia/AliciaSolid.vrm b/examples/models/vrm/Alicia/AliciaSolid.vrm deleted file mode 100644 index 07e03982c8dd15..00000000000000 Binary files a/examples/models/vrm/Alicia/AliciaSolid.vrm and /dev/null differ diff --git a/examples/models/vrm/Alicia/readme.txt b/examples/models/vrm/Alicia/readme.txt deleted file mode 100644 index 6b6144f89a63e0..00000000000000 --- a/examples/models/vrm/Alicia/readme.txt +++ /dev/null @@ -1,46 +0,0 @@ -———————————————————————— -ニコニ立体公式キャラクター「ニコニ立体ちゃん」(VRM版) -http://3d.nicovideo.jp/alicia/ -version 1 -©dwango, inc. All rights reserved. -———————————————————————— - - -この度は、ニコニ立体公式キャラクター「ニコニ立体ちゃん」をダウンロードいただきましてありがとうございます。 - -◯ 内容物 -1. VRMファイル -2. ニコニ立体ちゃん壁紙1種 - - -◯よくある質問 -* 「ニコニ立体ちゃん」と「アリシア・ソリッド」、正式名称はどちら? -キャラクターの本名はアリシア・ソリッドですが、クレジット等での表記はニコニ立体ちゃんが正式名称となります。 -作品発表の際には「ニコニ立体ちゃん」タグをご活用ください。 - -* ニコニ立体ちゃんを用いた、年齢制限のある二次創作物の公開は可能なのか? -利用規約にある禁止事項に抵触しない限りにおいて可能です。 - - -◯ 利用規約抜粋 -必ず利用規約( http://3d.nicovideo.jp/alicia/rule.html )をご確認ください。 -利用規約の改訂などによって下記抜粋と利用規約の内容が異なる場合は利用規約が優先されます。 - -* 非営利、営利に関わらず個人(同人サークルなど、法人を除く団体を含む)の利用が可能です。 -* 二次創作物について株式会社ドワンゴ(以下、当社)のクレジットを表記する必要はありません。 -* 改変物を配布することができます。 -* niconico内でキャラクターやモーションを利用した作品を投稿する場合は、コンテンツツリーの親作品にキャラクター( http://3d.nicovideo.jp/works/td14712 )を登録するよう努めるものとします。 - - -◯禁止事項 -* 第三者の知的財産権その他一切の権利及び名誉を侵害しないこと。 -* 当社(当社が提供するサービス等を含む)及び当社キャラクターの名誉・品位傷つける行為をしないこと。 -* 公序良俗に反する行為や目的、暴力的な表現、反社会的な行為や目的、特定の信条や宗教、政治的発言のため利用しないこと。 -* 当社の公式商品であるかのような誤解を招く利用をしないこと。 -* その他、当社が不適切と判断する行為に利用しないこと。 - - -◯ クレジット -企画: 株式会社ドワンゴ -キャラクターデザイン: 黒星紅白 -モデリング: 雨刻 \ No newline at end of file diff --git a/examples/models/vrm/LICENSE b/examples/models/vrm/LICENSE deleted file mode 100644 index 1a44cd4af61f0e..00000000000000 --- a/examples/models/vrm/LICENSE +++ /dev/null @@ -1,3 +0,0 @@ -The files under this directory are NOT under MIT license, but other licenses. - -See readme in each directory for the detail. diff --git a/examples/screenshots/webgl_loader_vrm.jpg b/examples/screenshots/webgl_loader_vrm.jpg deleted file mode 100644 index e5d311cc5cbe29..00000000000000 Binary files a/examples/screenshots/webgl_loader_vrm.jpg and /dev/null differ diff --git a/examples/webgl_loader_vrm.html b/examples/webgl_loader_vrm.html deleted file mode 100644 index a752323c169275..00000000000000 --- a/examples/webgl_loader_vrm.html +++ /dev/null @@ -1,146 +0,0 @@ - - - - three.js webgl - vrm loader - - - - - - -
- three.js - VRMLoader
- Alicia by - Dwango / - License
-
- - - - - - - - - - -