UniVRM/Assets/VRM10.Samples/Runtime
ousttrue a5be5e1383 GltfParserの分離と、ImporterContextのインターフェース整理
使い方
* var parser = new GltfParser();
* parser.ParsePath(filePath); // ParseJson, ParseGlb 等パース系の関数
* context = new ImporterContext(parser); // parse から context を作る
* context.Load(); // もしくは LoadAsync で、Unity化する
2021-02-22 15:52:32 +09:00
..
AIUEO.cs use SetWeight 2021-02-03 15:35:25 +09:00
AIUEO.cs.meta add VRM10Viewer sample 2021-01-29 19:06:04 +09:00
Blinker.cs use SetWeight 2021-02-03 15:35:25 +09:00
Blinker.cs.meta add VRM10Viewer sample 2021-01-29 19:06:04 +09:00
FileDialogForWindows.cs add VRM10Viewer sample 2021-01-29 19:06:04 +09:00
FileDialogForWindows.cs.meta add VRM10Viewer sample 2021-01-29 19:06:04 +09:00
TargetMover.cs add VRM10Viewer sample 2021-01-29 19:06:04 +09:00
TargetMover.cs.meta add VRM10Viewer sample 2021-01-29 19:06:04 +09:00
ViewerUI.cs GltfParserの分離と、ImporterContextのインターフェース整理 2021-02-22 15:52:32 +09:00
ViewerUI.cs.meta add VRM10Viewer sample 2021-01-29 19:06:04 +09:00