ousttrue
|
948b3d9278
|
Vrm10Importer
|
2021-04-26 13:39:56 +09:00 |
|
ousttrue
|
8c7113bd53
|
EditorにMetaObjectの参照を表示
|
2021-04-22 16:41:30 +09:00 |
|
ousttrue
|
5df1576a70
|
implement build meta
|
2021-04-01 13:37:05 +09:00 |
|
ousttrue
|
c8d90c1adb
|
remove Material and VRM from VrmLib
|
2021-04-01 12:16:45 +09:00 |
|
ousttrue
|
fec118d788
|
WIP UniGLTF with VrmLib.Model
|
2021-04-01 12:16:42 +09:00 |
|
ousttrue
|
8629f4df5c
|
VrmLoader.CreateVrmModel use GltfParser
|
2021-04-01 12:16:42 +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
|
2546535118
|
ImporterContextExtensions.cs
|
2021-02-16 19:39:07 +09:00 |
|
ousttrue
|
047894a5d7
|
use SetWeight
|
2021-02-03 15:35:25 +09:00 |
|
ousttrue
|
fde15a6b60
|
meta
|
2021-01-29 19:13:12 +09:00 |
|
ousttrue
|
d25a72bf64
|
add VRM10Viewer sample
|
2021-01-29 19:06:04 +09:00 |
|