Skip to content

Commit c368f7c

Browse files
author
eral.r.l
committed
MMDConverter:PMDConverterとVMDConverterに分離
1 parent 3bc41fa commit c368f7c

File tree

6 files changed

+1563
-1566
lines changed

6 files changed

+1563
-1566
lines changed

Editor/MMDLoader/PMDLoaderWindow.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
using UnityEngine;
22
using System.Collections;
33
using UnityEditor;
4-
using MMD.PMD;
54

65
public class PMDLoaderWindow : EditorWindow {
76
Object pmdFile = null;
87
bool rigidFlag = true;
98
bool use_mecanim = false;
10-
PMDConverter.ShaderType shader_type = PMDConverter.ShaderType.MMDShader;
9+
MMD.PMDConverter.ShaderType shader_type = MMD.PMDConverter.ShaderType.MMDShader;
1110

1211
bool use_ik = true;
1312
float scale = 0.085f;

0 commit comments

Comments
 (0)