UniVRM/Assets/VRM.Samples/Editor/Tests
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
..
VRM.Samples.Editor.Tests.asmdef FolderとAsmdef整理。Runtime, Editor, Tests 2020-12-01 19:54:13 +09:00
VRM.Samples.Editor.Tests.asmdef.meta Rearrange directory structures to support Assembly Definition Files. Add asmdef files 2019-01-29 18:07:48 +09:00
VRMImportExportTests.cs GltfParserの分離と、ImporterContextのインターフェース整理 2021-02-22 15:52:32 +09:00
VRMImportExportTests.cs.meta Move import/export/material tests for the model of AliciaSolid. Add VRM model file of AliciaSolid to VRM.Sample/Resources/Models 2019-01-07 17:36:25 +09:00
VRMMaterialTests.cs Change namespaces from VRM/global to VRM.Samples for all scripts in VRM.Samples 2019-01-07 19:06:46 +09:00
VRMMaterialTests.cs.meta Move import/export/material tests for the model of AliciaSolid. Add VRM model file of AliciaSolid to VRM.Sample/Resources/Models 2019-01-07 17:36:25 +09:00