Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

主要模块实现记录 #11

Closed
jukrb0x opened this issue Jul 19, 2022 · 4 comments
Closed

主要模块实现记录 #11

jukrb0x opened this issue Jul 19, 2022 · 4 comments
Labels
feat feature

Comments

@jukrb0x
Copy link
Owner

jukrb0x commented Jul 19, 2022

@jukrb0x jukrb0x added the feat feature label Jul 19, 2022
@jukrb0x jukrb0x pinned this issue Jul 19, 2022
@jukrb0x
Copy link
Owner Author

jukrb0x commented Jul 22, 2022

待解决疑惑:animated和physical 的关系,unity自带的ragdoll wizard为什么效果不够好。

参考

骨骼动画和ragdoll RamecanMixer 原理分析:https://juejin.cn/post/7008876388606296077

@jukrb0x
Copy link
Owner Author

jukrb0x commented Jul 22, 2022

  1. Unity 自带的ragdoll wizard没有animator,没有融合动画
  2. 不好处理状态,比如grab
  3. 期望效果:一个character wrapper下有animated和physical两个gameobj,animated只处理动画相关,physical处理物理运动,刚体,碰撞,,铰合等。character controller赋值在character wrapper (低耦合)
  4. 要处理动画(animation)和骨骼(physical)融合 分别计算物理和动画

@jukrb0x
Copy link
Owner Author

jukrb0x commented Jul 22, 2022

要处理的问题:

  1. 目前效果可能不是很细腻,有粘滞现象 Ragdoll Bugs #12
  2. 研究目前实现和RamecanMixer的原理差异。据说mixer用的类似是“虚功”的计算方案(像是罚函数)
  3. speed - animation match

@jukrb0x jukrb0x changed the title 主要模块实现 主要模块实现记录 Jul 26, 2022
@jukrb0x
Copy link
Owner Author

jukrb0x commented Aug 2, 2022

Level

  • Small Door Animator
  • The ground and sets - ProBuilder
  • TOD (rotate directional light)

Ragdoll

  • Jump
  • Move quicker

@jukrb0x jukrb0x closed this as completed Nov 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat feature
Projects
None yet
Development

No branches or pull requests

1 participant