Commit Graph

14 Commits

Author SHA1 Message Date
ousttrue
3a7fc7735e fix Dispose 2021-03-08 19:52:30 +09:00
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
ousttrue
6914df7de0 not Generic 2021-02-19 16:23:57 +09:00
ousttrue
282a81e894 動いた 2021-02-19 14:30:10 +09:00
ousttrue
c3997af90e WIP ExplicitTask 2021-02-18 15:28:01 +09:00
ousttrue
677ccf9d58 remove DepthFirstScheduler
#450
2021-02-16 20:16:21 +09:00
ousttrue
2546535118 ImporterContextExtensions.cs 2021-02-16 19:39:07 +09:00
ousttrue
153ec536e6 TextureItem to MaterialFactory.GetTextureAsync 2021-02-12 20:32:05 +09:00
ousttrue
44749e915d warning CS0649 2020-07-27 15:46:01 +09:00
sator
74006824f8 Adding support for editor preview on non-windows platforms 2020-02-17 00:17:40 +09:00
yutopp
123c695aa8 Use Action instead of Action<Unit> 2019-01-29 14:54:34 +09:00
yutopp
ea224d3911 Change namespaces from VRM/global to VRM.Samples for all scripts in VRM.Samples 2019-01-07 19:06:46 +09:00
yutopp
384122913b Convert CRLF to LF 2019-01-07 15:54:34 +09:00
ousttrue
a850c55e54 Merge commit '864b50492044c4799bb800363281a9d7b33aa59f' as 'Assets/VRM.Samples'
Co-authored-by: m2wasabi <m2wasabi@gmail.com>
Co-authored-by: ousttrue <ousttrue@gmail.com>
Co-authored-by: PoChang-Su <39595967+PoChang-Su@users.noreply.github.com>
Co-authored-by: sh_akira <30430584+sh-akira@users.noreply.github.com>
Co-authored-by: sh_akira <akira.satoh.sh@gmail.com>
Co-authored-by: yutopp <yutopp@gmail.com>
2019-01-07 15:33:41 +09:00