1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Maya 2022 で3DモデルをGLBエクスポートする方法

Last updated at Posted at 2023-03-20

はじめに

Maya 2022で3DモデルをGLB形式にエクスポートする方法を教えます

開発環境

  • Windows 11
  • Maya 2022
  • glTF Exporter for Maya

導入

Maya 2022 のインストール

1.こちらからMaya 2022をインストールしてください

2.2022、Win 64、Englishを選択し、Installをクリックします

image.png

3.インストールする場所を選択します

image.png

4.追加のコンポーネントを選択します

image.png

5.インストール完了したら開始をクリックします

image.png

6.Mayaを開くとこのような画面になります

image.png

7.作成した3DモデルをGLB形式でエクスポートするためには、glTF Exporter for Mayaプラグインをインストールする必要があります

8.保証の否認を確認し、ダウンロードします

image.png

9.解凍するとこのようなファイル構成になっています(READMEを読んでください)

image.png

10.Visual Studio 2017 ランタイムをインストールします

image.png

11.再起動します

image.png

12.プラグインをMayaに配置します

C:\Program Files\Autodesk\Maya2022\bin\plug-ins

にglTFExporter.mllを配置します

C:\Program Files\Autodesk\Maya2022\scripts\others
C:\Program Files\Autodesk\Maya2022\resources\l10n\ja_JP\scripts

にglTFExporterOptions.mel、glTFExporterOptions.res.melを配置します

13.Mayaを開き、ウィンドウ→設定プリファレンス→プラグインマネージャを開きます

image.png

14.glTFExporter.mllの自動ロードにチェックをいれます

image.png

15.Mayaを再起動し、ウィンドウ→一般エディタ→コンテンツブラウザを開きます

image.png

16.AnimalsのTRex.maをダブルクリックします

image.png

17.オブジェクトをクリックし、スケールを0.001に変更します

image.png

18.ファイル→すべて書き出しを選択

image.png

19.名前を付けて、ファイルタイプ特有のオプションを以下のようにして保存します

Recalc normals Off
Compress buffers Bin
Convert texture format Jpeg
Ouput animations Off

image.png

20.ナレコムVRポータルにGLBファイルをアップロードして、ナレコムVRで表示しましょう

336925541_189086887169541_7006304097824966389_n.jpg

お疲れ様でした

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?