Commit Graph

54 Commits

Author SHA1 Message Date
ousttrue
bf9c438f1f use MonoBehaviour.OnValidate 2024-11-19 12:58:52 +09:00
ousttrue
32e004d821 Editor.OnValidate not work 2024-11-19 01:50:05 +09:00
ousttrue
ddf438edf7 RootBonesNonNullUnique 2024-11-18 14:18:08 +09:00
ousttrue
270fbae1ac avoid runtime exception. editor warning 2024-11-18 14:05:28 +09:00
ousttrue
43332c2756
Merge branch 'master' into fix/springbone0x_center 2024-10-22 20:19:24 +09:00
ousttrue
67fd767d29 null check 2024-10-22 15:46:54 +09:00
ousttrue
954f837225 fix center coordinate conversion
2nd arg is wrong.
SpringBoneJointState.Make(scene.Center, currentTail: state.CurrentTail
2024-10-22 15:39:21 +09:00
ousttrue
d9177359b6 不要。AddComponent のところで処理済み。 2024-10-16 17:43:28 +09:00
ousttrue
fcd4a936f5 springbone が無い時に初期化されずに NullReferenceException になる 2024-10-16 17:37:50 +09:00
ousttrue
583c02a8c1 comment for ExternalForce 2024-10-08 17:35:27 +09:00
ousttrue
6087256d1f fix comment space 2024-10-08 17:13:25 +09:00
ousttrue
fc117b8332 IVrm0XSpringBoneRuntime の実装
SpringboneRuntime を介した reset, reconstruct, scaling係数オプション, externalForce, 一時停止(FastSpringboneのみ)
の操作を実装
2024-10-08 17:07:06 +09:00
ousttrue
ba4d66d146 TransformExtensions.AbsoluteMaxValue 2024-10-07 16:38:58 +09:00
ousttrue
f643f2befd BlittableExternalData to BlittableModelLevel 2024-10-03 19:42:33 +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
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
4a6ea20825 LINQ的削減 2024-09-05 17:43:31 +09:00
ousttrue
e7b4c6106f MakeBufferAsync 2024-09-05 17:19:38 +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
ousttrue
68019df691 abs, name 2024-09-03 18:15:36 +09:00
ousttrue
31f2b5eb0c SpringBone を scaling に連動させる ScalingParams パラメーター 2024-09-03 16:31:45 +09:00
ousttrue
014530b400 readonly
SceneInfo に ColliderGroups を投入するの忘れていた
2024-09-03 15:59:16 +09:00
ousttrue
dba1788c23 TryCollide 2024-08-30 17:58:36 +09:00
ousttrue
fc1b2a80fd comment 2024-08-30 17:37:30 +09:00
ousttrue
2cc166f193 collision 2024-08-30 17:32:27 +09:00
ousttrue
ee68e48f0f rename 2024-08-30 17:09:21 +09:00
ousttrue
c270da62e1 SpringBoneSystem 2024-08-30 16:29:37 +09:00
ousttrue
159c89af8c rename public fields 2024-08-29 21:44:21 +09:00
ousttrue
76850ba67c 回転・拡縮に対応するべく SpringBone joint の TRS を質点の位置に解決するように整理する
vrm0 > vrm0.fast > vrm1.fast の順に作業する。3つとも処理内容は同じ
2024-08-29 21:40:45 +09:00
ousttrue
be20563059 GetComponent を置き換え。
TryGetComponent
GetComponentOrThrow(拡張関数)
GetComponentOrNull(拡張関数)

sample と test は据え置き
2024-07-24 22:09:30 +09:00
Masataka SUMI
e9da5e2b7b mv VRMShaders namespace to UniGLTF 2024-07-20 23:47:45 +09:00
ousttrue
06d77d6d6e fix warnings 2023-12-12 15:37:19 +09:00
ousttrue
70dbeb1291 add index -1 check 2023-05-15 13:18:47 +09:00
ousttrue
69b952257a VRMSpringUtility.LoadSecondary 関数が throw しないように修正
fix #2023
SpringBone は不完全になるが throw しない。
2023-05-15 13:07:16 +09:00
0b5vr
cd88d0744f feature (VRM0, SpringBone): add limit break slider to spring bone joint properties 2022-12-08 20:40:15 +09:00
ousttrue
a334a78f21 deltaTime 2022-10-25 16:17:20 +09:00
ousttrue
2b8ee17c4e add SpringBoneUpdateType.Manual 2022-10-24 18:11:06 +09:00
ousttrue
6b54c06b5a add EditorGizmo 2022-02-21 14:24:53 +09:00
ousttrue
e9aa0ce652 remove m_drawGizmo, use OnDrawGizmosSelected 2022-02-21 14:14:13 +09:00
Masataka SUMI
1848581067 VRM 0.x のメニューを整理 2021-12-08 21:21:36 +09:00
notargs
0025182b91 Add VRM FastSpringBone support 2021-09-29 16:14:41 +09:00
ousttrue
a156f95caf fix VRMSpringBoneLogic.m_length 2021-05-10 14:01:40 +09:00
ousttrue
56bf73ff01 Radius 2021-05-10 13:46:41 +09:00
ousttrue
8d9de7a9d4 Validation, 多言語化を UniGLTF 配下に移動 2021-04-19 15:37:50 +09:00
ousttrue
4893c4b90e Do not use the variadic max to avoid gc
public static float Max(params float[] values);
2021-04-12 16:26:49 +09:00