THREE.IK:Three.js的逆运动学

时间:2021-05-08 04:40:33
【文件属性】:
文件名称:THREE.IK:Three.js的逆运动学
文件大小:800KB
文件格式:ZIP
更新时间:2021-05-08 04:40:33
threejs inverse-kinematics ik JavaScript 三IK 逆运动学。 正在进行中的THREE.IK通过迭代求解器和一个球节约束来支持带有多个效应器的多个链。 目前来看这是如何工作的最好方法是查看,和。 :warning: 工作进行中/要求反馈 :warning: 关于轴对齐,新约束,替代求解器和API大修,存在许多。 欢迎讨论和解决方案! 在确定API后,版本之间会有重大变化。 安装 $ npm install --save three three-ik 或将构建包含在: < script src =" build/three-ik.js " > </ script > 用法 您可以像这样使用ES6导入: import { IK , IKChain , IKJoint , IKBallConstraint , IKHelper } from 'three-ik' ; 这是一个完整的示例(如果通过脚本标记包含在内),并在THREE定义了THREE.I
【文件预览】:
THREE.IK-master
----.babelrc(68B)
----rollup.config.js(692B)
----docs()
--------IK.html(5KB)
--------IKJoint.html(4KB)
--------fonts()
--------index.html(1KB)
--------IKBallConstraint.html(3KB)
--------IKBallConstraint.js.html(3KB)
--------IKJoint.js.html(6KB)
--------module-utils.html(12KB)
--------utils.js.html(5KB)
--------IKHelper.html(10KB)
--------IK.js.html(5KB)
--------IKHelper.js.html(7KB)
--------styles()
--------IKChain.html(6KB)
--------scripts()
--------IKChain.js.html(9KB)
----package.json(1KB)
----assets()
--------three-ik-graphic.png(8KB)
--------three-ik-graphic-with-text.png(7KB)
----index.html(4KB)
----LICENSE(1KB)
----package-lock.json(84KB)
----src()
--------utils.js(3KB)
--------index.js(611B)
--------IKChain.js(7KB)
--------IK.js(3KB)
--------IKHelper.js(5KB)
--------IKJoint.js(4KB)
--------IKBallConstraint.js(1KB)
----.npmignore(49B)
----examples()
--------multi-effector.html(5KB)
--------package.json(218B)
--------node_modules()
--------assets()
--------readme-example.html(978B)
--------index.html(9KB)
--------package-lock.json(608B)
--------demo.js(1KB)
--------skinned-mesh.html(4KB)
--------single-effector.html(4KB)
--------scripts()
--------single-target.html(5KB)
----.gitignore(1KB)
----rollup.demo.config.js(449B)
----README.md(4KB)
----build()
--------three-ik.js(36KB)
--------three-ik.module.js(35KB)

网友评论