Commit Graph

3870 Commits

Author SHA1 Message Date
ousttrue
a17aa977c7 Clamp01 2024-10-07 15:36:24 +09:00
ousttrue
d688a1568e max 2024-10-07 15:31:14 +09:00
ousttrue
27fc4324c8 1.0 では未使用の AnimationCurve を除去 2024-10-07 15:25:33 +09:00
ousttrue
e63c6ff2f5 0 or CurveYRangeDegree 2024-10-07 15:13:05 +09:00
ousttrue
9ffebd5b87 fix CurveMapper. zero inputMaxValue 2024-10-07 14:49:36 +09:00
ousttrue
5caf987a18 [1.0] SpringBone reset 実装など 2024-10-01 20:49:02 +09:00
ousttrue
6917f195f1 FastSpringBoneBufferCombiner の責務を分割。
- FastSpringBoneCombinedBuffer 統合バッファ
- FastSpringBoneBufferCombiner 統合前バッファの登録管理
2024-10-01 19:10:35 +09:00
ousttrue
4a070e5966 UniVRM-0.127.0 2024-09-27 13:33:00 +09:00
ousttrue
90aa9037ad fix 2024-09-26 20:54:25 +09:00
ousttrue
c369439dc0 vrm-1.0 import 時の index check. node.mesh あるか? 2024-09-26 19:57:17 +09:00
ousttrue
badc8a54e0 vrm-0.x blendshape clip import 時の mesh index check 2024-09-26 19:41:34 +09:00
ousttrue
bc1edff9c9 Renderer export の条件
x.gameObject.activeInHierarchy && x.TryGetComponent<Renderer>(out var renderer) && renderer.enabled)

mesh の export 条件と renderer の export 条件が別であることに注意。gltf の node.mesh
2024-09-26 19:36:12 +09:00
ousttrue
15301ba48d [vrm0][firstperson] skip -1 2024-09-26 15:50:09 +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
659624292a private 2024-09-20 20:21:13 +09:00
ousttrue
885f7ac2ef シーン配置オブジェクトの SpringboneRuntime 2024-09-20 19:29:20 +09:00
ousttrue
6c8bc6f379 private m_springBoneRuntime. etc 2024-09-20 17:58:24 +09:00
ousttrue
b4ef69957b comment 2024-09-20 17:08:28 +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
51b51f7bf9 0x to 0X 2024-09-19 16:43:19 +09:00
ousttrue
612e04c8e1 rename. prefix to Vrm0x 2024-09-19 15:06:08 +09:00
ousttrue
ee3ce66034 IVRM0SpringBoneRuntime 2024-09-19 14:35:05 +09:00
ousttrue
2cae8712cb
Merge branch 'master' into fix/springbone_job_params 2024-09-18 16:07:54 +09:00
ousttrue
0f9be690a5 コメント消し忘れ 2024-09-18 12:55:45 +09:00
ousttrue
c7f1bbd992 fix Flip bug ! 2024-09-17 14:32:44 +09:00
ousttrue
7b84b73171 BlittableJointImmutable and BlittableJointMutable 2024-09-17 13:42:06 +09:00
ousttrue
b97ffe306b comment 2024-09-11 21:09:41 +09:00
ousttrue
0e738ae3d2 BlittableLogic を immutable にするべく currentTail と prevTail を外出し 2024-09-11 20:52:39 +09:00
sh0u
9cb6a92264
Update package.json
Add dependencies "com.unity.test-framework"
2024-09-11 20:28:24 +09:00
ousttrue
a1c9157215 breaking 2024-09-06 15:43:07 +09:00
ousttrue
c584f2850f go.AddComponent<Animator>() が既存で失敗する対策 2024-09-06 14:24:08 +09:00
ousttrue
6e201b76a0
Merge branch 'master' into feature/vrm0fastbone_use_springbonejobs 2024-09-05 18:29:40 +09:00
ousttrue
4a6ea20825 LINQ的削減 2024-09-05 17:43:31 +09:00
ousttrue
e7b4c6106f MakeBufferAsync 2024-09-05 17:19:38 +09:00
ousttrue
f83c8260ab Unregister 呼んでなかった 2024-09-05 16:55:12 +09:00
Masataka SUMI
8e31473295
Merge branch 'master' into feature/additional-lights-on-forward-plus-renderer 2024-09-05 16:53:42 +09:00
ousttrue
005b64d18f null check 2024-09-05 15:39:22 +09:00
ousttrue
c47e1018b0 gizmo 2024-09-05 15:35:00 +09:00
ousttrue
0f191e5e8f vrm-0.x の fastspringbone の処理は、 vrm-1.0 版と同じものを使う 2024-09-05 15:27:29 +09:00