Masataka SUMI
|
eff55a9465
|
Fix Vrm10 Tests
|
2024-07-30 00:05:24 +09:00 |
|
Masataka SUMI
|
23f387a7c8
|
add RenderPipeline considering to gltf/vrm/vrm10 exporters
|
2024-07-29 22:28:35 +09:00 |
|
Masataka SUMI
|
e9da5e2b7b
|
mv VRMShaders namespace to UniGLTF
|
2024-07-20 23:47:45 +09:00 |
|
Masataka SUMI
|
5cdec669a0
|
mv TextureIO from VRMShaders to UniGLTF
|
2024-07-20 23:08:55 +09:00 |
|
Masataka SUMI
|
90c9f99e3f
|
fix namespace
|
2024-05-21 12:30:59 +09:00 |
|
Masataka SUMI
|
551ad8e3f2
|
Add the test whether the load function can finish synchronously.
|
2024-05-21 12:29:29 +09:00 |
|
Masataka SUMI
|
51fd586b4d
|
Add tests
|
2023-08-15 16:32:33 +09:00 |
|
Masataka SUMI
|
d1c43030ea
|
Add tests about ExpressionKey
|
2023-08-15 16:27:59 +09:00 |
|
notargs
|
5f2d94e1fe
|
rename VRN10/Tests/Resources -> TestAssets
|
2023-03-06 17:30:30 +09:00 |
|
ousttrue
|
e9f981c0ee
|
keep controlRigGenerationOption argument
remove ControlRigGenerationOption.Vrm0XCompatibleWithXR_EXT_hand_tracking and Vrm0XCompatibleWithXR_FB_body_tracking
|
2023-02-20 14:20:53 +09:00 |
|
ousttrue
|
a82dfd4611
|
Vrm10RuntimeControlRig は、正規化されたTPoseを受け取る責務に特化して単純化する。
初期回転を持つポーズの受付は、Vrm10BoneInitialRotation を使う別クラスに委譲する。
(次で作ります)
|
2023-02-20 13:54:12 +09:00 |
|
Masataka SUMI
|
0a7ac08dac
|
specify a Shader instead of a string in MaterialDescriptor.
|
2022-12-05 17:21:20 +09:00 |
|
ousttrue
|
02ea223822
|
controlRigInitialRotations = null
* 順番
* null 引き数の省略
|
2022-11-28 17:06:31 +09:00 |
|
ousttrue
|
7af375cf34
|
Vrm10Importer の引き数を整理
* controlRigGenerationOption を削除
* controlRigInitialRotations に一本化
* IReadOnlyDictionary<HumanBodyBones, Quaternion> を使う
* XR_EXT_hand_tracking の親指のロールを修正
|
2022-11-28 15:44:25 +09:00 |
|
Masataka SUMI
|
62085d255a
|
rename vrm10 material importer class names
|
2022-11-10 21:41:01 +09:00 |
|
Masataka SUMI
|
00d7f8e27b
|
fix
|
2022-11-08 13:25:44 +09:00 |
|
Masataka SUMI
|
763d0b516b
|
fix tests
|
2022-11-07 21:30:00 +09:00 |
|
Masataka SUMI
|
61041a5b7d
|
Add test
|
2022-11-07 19:23:09 +09:00 |
|
Masataka SUMI
|
902ed67335
|
Add ControlRigGenerationOption
|
2022-09-16 17:02:29 +09:00 |
|
Masataka SUMI
|
9c88a9761c
|
Add generateControlRig option to VRM 1.0 Importer
|
2022-09-07 18:51:23 +09:00 |
|
ousttrue
|
fa454b226a
|
fix extensionUsed to extensionsUsed
|
2022-07-11 17:13:37 +09:00 |
|
ousttrue
|
35359a6dc3
|
add GltfValidator test
|
2022-07-11 16:04:59 +09:00 |
|
ousttrue
|
eb71863d6d
|
Vrm10Instance と Vrm10Runtime で責務を整理する
* Vrm10Instance シーンヒエラルキーでの表現
* Vrm10Runtime プレイ時のインタフェース
|
2022-04-11 15:50:53 +09:00 |
|
ousttrue
|
37de8f2199
|
Replace System.Numerics to UnityEngine
|
2022-02-16 16:38:18 +09:00 |
|
Masataka SUMI
|
5d9368f919
|
mv Vrm10Utility to Vrm10
|
2022-02-04 17:22:58 +09:00 |
|
ousttrue
|
02c320f374
|
Vrm10Data.ParseOrMigrate を Parse と Migrate の別関数に分割
* Migrateの返り値は呼び出し側にDisposeの責務がある
* Vrm10Utility を Vrm10Data.ParseOrMigrate の代わりに使う
|
2022-02-03 22:06:06 +09:00 |
|
ousttrue
|
511aa89dcc
|
Vrm10Data.TryParseOrMigrate の API 変更
* 関連する unittest で Dispose
|
2022-01-26 18:53:09 +09:00 |
|
ousttrue
|
62356cb57e
|
Test の Dispose が足りないところを修正
|
2022-01-26 14:17:59 +09:00 |
|
ousttrue
|
684db5091f
|
fix GltfData.Dispose for tests
|
2022-01-25 19:17:24 +09:00 |
|
ousttrue
|
c372032e27
|
test で新しい parser を使う
|
2022-01-18 14:12:55 +09:00 |
|
ousttrue
|
fa821ec603
|
add SafeMarshalCopy
|
2021-12-22 15:24:32 +09:00 |
|
ousttrue
|
73f2b39907
|
add test
|
2021-11-24 20:45:04 +09:00 |
|
ousttrue
|
3ba9d1cc7c
|
Func<int, int> to delegage int MeshIndexToNodeIndexFunc(int meshIndex)
|
2021-10-28 14:58:03 +09:00 |
|
ousttrue
|
744221f847
|
Add MigrationVrmExpression.Check
|
2021-10-27 22:00:31 +09:00 |
|
ousttrue
|
c0a02c3c5e
|
Test use latest interface.
|
2021-10-14 15:36:01 +09:00 |
|
ousttrue
|
a424d4745d
|
warning
|
2021-09-29 17:00:57 +09:00 |
|
ousttrue
|
0934d96228
|
rename_VRM10Controller_to_Vrm10Instance
|
2021-09-28 13:27:28 +09:00 |
|
ousttrue
|
d5934e97d9
|
WIP
|
2021-09-08 15:25:43 +09:00 |
|
ousttrue
|
543fb0b8bb
|
add test
|
2021-09-07 14:58:27 +09:00 |
|
ousttrue
|
eb78f0f800
|
DuplicatedMaterialColorBindings, DuplicatedMaterialUVBindings
|
2021-09-07 14:14:58 +09:00 |
|
ousttrue
|
cbc2e68967
|
ContainsKey
|
2021-09-07 14:08:54 +09:00 |
|
ousttrue
|
acc88719d3
|
add test
|
2021-09-07 14:06:20 +09:00 |
|
ousttrue
|
18d1840f0c
|
Vrm10Parser を Vrm10Data に改名し、 Vrm10Importer の引き数になった
|
2021-09-02 12:59:57 +09:00 |
|
Masataka SUMI
|
36e7d1ef98
|
remove duplicated
|
2021-08-04 23:35:48 +09:00 |
|
Masataka SUMI
|
58b2588f2d
|
Use GUID in asmdefs
|
2021-08-04 15:19:09 +09:00 |
|
ousttrue
|
e57235d0a0
|
fix ExpressionTest
|
2021-07-19 12:37:14 +09:00 |
|
Masataka SUMI
|
8c661736cd
|
Rename MToon10
|
2021-07-15 16:35:59 +09:00 |
|
ousttrue
|
fa460f0031
|
JsonSchema を更新してコードを再生成した
https://github.com/vrm-c/vrm-specification/pull/296
|
2021-07-02 19:57:37 +09:00 |
|
Masataka SUMI
|
3ed5c4fe5c
|
Rename IGltfData to GltfData
|
2021-06-28 00:26:54 +09:00 |
|
Masataka SUMI
|
a1c40eeda0
|
Implements Parser variants.
|
2021-06-28 00:26:05 +09:00 |
|