Commit Graph

29 Commits

Author SHA1 Message Date
ousttrue
be20563059 GetComponent を置き換え。
TryGetComponent
GetComponentOrThrow(拡張関数)
GetComponentOrNull(拡張関数)

sample と test は据え置き
2024-07-24 22:09:30 +09:00
Masataka SUMI
2778a696f1 remove unused usings 2024-07-23 20:02:47 +09:00
Masataka SUMI
48c7c856a3 Run parsing of vrm files on a thread pool. 2024-05-21 12:10:21 +09:00
Masataka SUMI
3ec05a2346 maintain compatibility 2024-05-21 12:03:17 +09:00
Masataka SUMI
7629540348 Add Vrm10.LoadGltfDataAsync API for advanced usage. 2024-05-21 11:57:16 +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
amamagi
e663091fee feat: Add ITextureDeserializer parameter to Vrm10.LoadXXXAsync() and VrmUtility.LoadXXXAsync() 2023-01-11 11:43:58 +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
ousttrue
4a4dbb447a initialRotations 2022-11-25 20:29:02 +09:00
ousttrue
85f4e22a98 typo 2022-10-04 17:55:49 +09:00
Masataka SUMI
7ef5c7be54 remove unnecessary value of ControlRigGenerationOption 2022-09-21 16:22:59 +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
Masataka SUMI
f8fe9daa1e Remove the VRM 1.0 importer option about the normalization of node transforms. 2022-09-07 14:19:04 +09:00
ousttrue
19f47a7d1c RuntimeOnlyAwaitCaller if isPlaying 2022-02-24 19:22:59 +09:00
ousttrue
3c873cdbaa fix await caller. ハイレベルAPI で awaitCaller=null 引き数を受ける関数が、new ImmediateCaller する 2022-02-24 19:15:59 +09:00
ousttrue
faebd43771 remove awaitCaller ?? new ImmediateCaller()
上流の awaitCaller を下流に使ってないことも修正
2022-02-21 16:47:44 +09:00
Masataka SUMI
6e4ef560fa throw if necessary. 2022-02-10 00:43:15 +09:00
Masataka SUMI
24f6184823 Vrm10.LoadAsync passthrough OperationCanceledException. 2022-02-10 00:26:58 +09:00
Masataka SUMI
9e06e955c3 add behaviours about function loading vrm10 has cancelled. 2022-02-09 23:14:29 +09:00
Masataka SUMI
0b77833b49 add comment 2022-02-09 20:44:29 +09:00
Masataka SUMI
23d440829e consider IAwaitCaller on VRM1.0 HLAPI 2022-02-09 20:41:13 +09:00
Masataka SUMI
a22b4b6f52 fix cancel handling 2022-02-09 20:33:49 +09:00
Masataka SUMI
a6945d79f9 Add a minimum cancellation handling to VRM1.0 HLAPI. 2022-02-09 20:10:15 +09:00
Masataka SUMI
d5c0d5a484 change name 2022-02-04 19:11:12 +09:00
Masataka SUMI
4fefbc38c3 Change High-level VRM-1.0 loading API. 2022-02-04 18:54:58 +09:00
Masataka SUMI
5d9368f919 mv Vrm10Utility to Vrm10 2022-02-04 17:22:58 +09:00