Commit Graph

119 Commits

Author SHA1 Message Date
ousttrue
0e4bf5da06 #2463 でコンストラクターで Singleton 確保したのが仇に。 2024-10-24 16:43:30 +09:00
ousttrue
6402d55a55 springbone の無いモデルでは null 2024-10-16 17:42:55 +09:00
ousttrue
fcd4a936f5 springbone が無い時に初期化されずに NullReferenceException になる 2024-10-16 17:37:50 +09:00
ousttrue
f643f2befd BlittableExternalData to BlittableModelLevel 2024-10-03 19:42:33 +09:00
ousttrue
5caf987a18 [1.0] SpringBone reset 実装など 2024-10-01 20:49:02 +09:00
ousttrue
867177404b SpringBoneの初期化を前方に移動しことで、非play時のDontDestroyOnLoadが発生してしまった。回避 2024-09-26 14:29:50 +09:00
ousttrue
4196b2df5b
Merge branch 'master' into fix/vrm10_lookat_initialization 2024-09-25 16:36:58 +09:00
ousttrue
4f8e98e065 コメント修正。InitializeLookAtOriginTransform 2024-09-25 15:32:11 +09:00
ousttrue
02c5224795 IVrm10SpringBoneRuntimeProvider 2024-09-25 13:36:19 +09:00
ousttrue
952730c446 lookAt は root と同じ向きが初期姿勢
LookAtOriginTransform.rotation = instance.transform.rotation;
2024-09-24 18:08:24 +09:00
ousttrue
5fbd718630 typo 2024-09-24 17:37:00 +09:00
ousttrue
e5a35eacdb comment 2024-09-24 16:11:33 +09:00
ousttrue
1bdd8243e7 bool ReconstructSpringBone()
log を削除。
m_building を修正。
2024-09-24 16:09:17 +09:00
ousttrue
0b08507f7a IVrm10SpringBoneRuntime.InitializeAsync 2024-09-24 14:37:31 +09:00
ousttrue
c2e203bc0b Vrm10FastSpringboneRuntimeStandalone 2024-09-20 16:59:23 +09:00
ousttrue
e53ff877e2 Vrm10FastSpringboneRuntimeStandalone 2024-09-20 16:44:12 +09:00
ousttrue
aac5680eb3 rename Vrm10RuntimeSpringBone to Vrm10FastSpringboneRuntime 2024-09-20 15:27:00 +09:00
ousttrue
f7f7f756fa IVrm10SpringBoneRuntime 2024-09-20 15:13:25 +09:00
ousttrue
7b84b73171 BlittableJointImmutable and BlittableJointMutable 2024-09-17 13:42:06 +09:00
ousttrue
0e738ae3d2 BlittableLogic を immutable にするべく currentTail と prevTail を外出し 2024-09-11 20:52:39 +09:00
ousttrue
9c8c98a567 UniGTLF/Runtime/SpringBoneJobs from VRM10/Runtime/FastSpringBone 2024-09-05 13:55:12 +09:00
tsgcpp
a500e433bb fix typo in Vrm10RuntimeSpringBone.cs 2024-08-17 22:04:45 +09:00
tsgcpp
643742dcf9 remove a space in a path "Vrm10RuntimeSpringBone.cs" 2024-08-17 22:02:07 +09:00
ousttrue
be20563059 GetComponent を置き換え。
TryGetComponent
GetComponentOrThrow(拡張関数)
GetComponentOrNull(拡張関数)

sample と test は据え置き
2024-07-24 22:09:30 +09:00
ousttrue
4dc5aae73c AddLogic to LogicFromTransform 2024-07-18 18:46:26 +09:00
ousttrue
02db0d3ba0 setter 2024-07-18 18:46:25 +09:00
ousttrue
7f089f1dd8 FastSpringBoneBufferBuilder を FastSpringBoneBuffer.FastSpringBoneBuffer に合体 2024-07-18 18:46:25 +09:00
ousttrue
80c2bb921c TransformIndexMap to Array.IndexOf 2024-07-18 18:46:25 +09:00
ousttrue
d8735d8952 internal Vrm10RuntimeSpringBone.Vrm10RuntimeSpringBone 2024-07-18 18:46:25 +09:00
ousttrue
a9d645d4ff impl Vrm10RuntimeSpringBone.RestoreInitialTransform 2024-07-18 18:46:25 +09:00
ousttrue
b69b3760e3 private FastSpringBoneBufferBuilder m_initialData 2024-07-18 18:46:25 +09:00
ousttrue
7f856bf945 separate FastSpringBoneBufferBuilder 2024-07-18 18:46:25 +09:00
ousttrue
3a37f35883 Vrm10Runtime から SpringBone 関連を Vrm10RuntimeSpringBone に分離 2024-07-18 18:46:25 +09:00
ousttrue
5b47fab89f SpringBonePaused to IsSpringBoneEnabled. invert boolean 2024-07-18 18:46:25 +09:00
ousttrue
af9e18c09c add BlittableExternalData.Paused 2024-07-18 18:46:25 +09:00
ousttrue
4ffb659992 impl capsule inside 2024-06-06 14:24:43 +09:00
ousttrue
94e732d83a impl plane collider 2024-06-06 13:45:39 +09:00
ousttrue
a71aa9fd8f import 2024-06-05 15:54:03 +09:00
ousttrue
f514e89962 LookAtEyeDirection を Yaw, Pitch 二値に縮小。
左目と右目の独立はまたの機会に・・・
2023-08-18 18:13:02 +09:00
ousttrue
0c4f768eb2 LookAtInput get, set 2023-08-18 18:03:51 +09:00
ousttrue
43033ae0dd Vrm10RuntimeLookAt やりなおし。 2023-08-18 17:35:03 +09:00
ousttrue
44d2f2a926 LookAtInput を導入。LookAt.Process を整理。値の取得 => 位置ベースの場合に角度に解決 の2ステップ。
obsolete 削除
2023-08-18 15:51:59 +09:00
ousttrue
eddc4a0e27 rename variable 2023-08-18 15:06:41 +09:00
ousttrue
6883803f72 fix comment 2023-08-17 20:41:34 +09:00
ousttrue
0501c43a42 ILookAtEyeDirectionProvider を Vrm10RuntimeExpression から取り外し 2023-08-17 20:36:17 +09:00
ousttrue
72472c3f58 LookAt memo 2023-08-17 16:57:24 +09:00
ousttrue
00641d4720 naming 2023-08-16 14:58:40 +09:00
ousttrue
01fe012fbf 1 origin 2023-08-16 14:49:21 +09:00
ousttrue
27b284bdb6 move Retarget to API 2023-08-16 13:53:54 +09:00
Masataka SUMI
506b2a5b04 Don't change raw blendshapes immediately when setting Expression's weights. 2023-08-15 21:24:12 +09:00