当前位置: 首页 > news >正文

Unity中HumanBodyBones骨骼对照

获得骨骼方式:

Animator.GetBoneTransform(HumanBodyBones.Hips)

分别对应为

| 序号 | 枚举名称(英文)                | 翻译名(中文)       |
| -- | ----------------------- | ------------- |
| 0  | Hips                    | 臀部            |
| 1  | LeftUpperLeg            | 左大腿           |
| 2  | RightUpperLeg           | 右大腿           |
| 3  | LeftLowerLeg            | 左小腿           |
| 4  | RightLowerLeg           | 右小腿           |
| 5  | LeftFoot                | 左脚            |
| 6  | RightFoot               | 右脚            |
| 7  | Spine                   | 脊柱            |
| 8  | Chest                   | 胸部            |
| 9  | Neck                    | 颈部            |
| 10 | Head                    | 头部            |
| 11 | LeftShoulder            | 左肩            |
| 12 | RightShoulder           | 右肩            |
| 13 | LeftUpperArm            | 左上臂           |
| 14 | RightUpperArm           | 右上臂           |
| 15 | LeftLowerArm            | 左前臂           |
| 16 | RightLowerArm           | 右前臂           |
| 17 | LeftHand                | 左手            |
| 18 | RightHand               | 右手            |
| 19 | LeftToes                | 左脚趾           |
| 20 | RightToes               | 右脚趾           |
| 21 | LeftEye                 | 左眼            |
| 22 | RightEye                | 右眼            |
| 23 | Jaw                     | 下颌            |
| 24 | LeftThumbProximal       | 左拇指-近节        |
| 25 | LeftThumbIntermediate   | 左拇指-中节        |
| 26 | LeftThumbDistal         | 左拇指-远节        |
| 27 | LeftIndexProximal       | 左食指-近节        |
| 28 | LeftIndexIntermediate   | 左食指-中节        |
| 29 | LeftIndexDistal         | 左食指-远节        |
| 30 | LeftMiddleProximal      | 左中指-近节        |
| 31 | LeftMiddleIntermediate  | 左中指-中节        |
| 32 | LeftMiddleDistal        | 左中指-远节        |
| 33 | LeftRingProximal        | 左无名指-近节       |
| 34 | LeftRingIntermediate    | 左无名指-中节       |
| 35 | LeftRingDistal          | 左无名指-远节       |
| 36 | LeftLittleProximal      | 左小指-近节        |
| 37 | LeftLittleIntermediate  | 左小指-中节        |
| 38 | LeftLittleDistal        | 左小指-远节        |
| 39 | RightThumbProximal      | 右拇指-近节        |
| 40 | RightThumbIntermediate  | 右拇指-中节        |
| 41 | RightThumbDistal        | 右拇指-远节        |
| 42 | RightIndexProximal      | 右食指-近节        |
| 43 | RightIndexIntermediate  | 右食指-中节        |
| 44 | RightIndexDistal        | 右食指-远节        |
| 45 | RightMiddleProximal     | 右中指-近节        |
| 46 | RightMiddleIntermediate | 右中指-中节        |
| 47 | RightMiddleDistal       | 右中指-远节        |
| 48 | RightRingProximal       | 右无名指-近节       |
| 49 | RightRingIntermediate   | 右无名指-中节       |
| 50 | RightRingDistal         | 右无名指-远节       |
| 51 | RightLittleProximal     | 右小指-近节        |
| 52 | RightLittleIntermediate | 右小指-中节        |
| 53 | RightLittleDistal       | 右小指-远节        |
| 54 | LastBone                | 枚举结束标记(无实际骨骼) |

http://www.dtcms.com/a/279388.html

相关文章:

  • 卡在“pycharm正在创建帮助程序目录”
  • 笔试——Day6
  • 达梦国产数据库安装
  • React Hook 详解:原理、执行顺序与 useEffect 的执行机制
  • 切比雪夫多项式
  • leetcode 1290. 二进制链表转整数 简单
  • C++类模版与友元
  • 进程、线程、协程
  • windows内核研究(进程与线程-进程结构体EPROCESS)
  • Django基础(一)———创建与启动
  • 【反转链表专题】【LeetCode206.反转链表】【LeetCode25.K个一组翻转链表】【LeetCode234.回文链表】
  • Spring Boot 自带的 JavaMail 集成
  • android Perfetto cpu分析教程及案例
  • 5G 到 6G通信技术的革新在哪里?
  • 腾讯云和火山云优劣势对比
  • 电力协议处理框架C++版(三)
  • CA-IS3082W 隔离485 收发器芯片可能存在硬件BUG
  • LTspic下载,帮助及演示电路
  • sfe_py的应力云图计算与显示step by step
  • 暑期自学嵌入式——Day02(C语言阶段)
  • 揭开图像的秘密:OpenCV直方图入门详解
  • 代数基本定理最简短的证明
  • 对于独热编码余弦相似度结果为0和词向量解决了词之间相似性问题的理解
  • ubuntu之坑(十五)——设备树
  • gRPC和http长轮询
  • 新手向:Python自动化办公批量重命名与整理文件系统
  • Dubbo 学习笔记
  • 谷歌收获成果:OpenAI收购Windsurf计划告吹
  • 工业软件加密锁复制:一场技术与安全的博弈
  • Mybatis05-参数和返回