Skip to content

Commit

Permalink
添加了声明
Browse files Browse the repository at this point in the history
添加了声明
  • Loading branch information
dabing1022 committed Mar 10, 2014
1 parent 727056f commit 34eada5
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion Chipmunk2D.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
![](http://chipmunk-physics.net/release/ChipmunkLatest-Docs/images/logo1_med.png)

> Chipmunk2D中文手册,由泰然翻译组翻译。转载请注明出处。
> 翻译:[ChildhoodAndy](http://childhood.logdown.com)(完成了大部分的翻译), [u0u0](http://weibo.com/lkncastle)[gloryming](http://weibo.com/gloryming)
> 校对:[涵紫](http://weibo.com/u/3503103601)
> github贡献地址:[https://github.com/iTyran/ChipmunkDocsCN](https://github.com/iTyran/ChipmunkDocsCN)
> 欢迎大家斧正错误,提交PR。

# Chipmunk2D中文手册

-----------------------------------------------------------------
Expand Down Expand Up @@ -1132,7 +1143,7 @@ cpConstraint *pivot = cpSpaceAddConstraint(space, cpPivotJointNew2(staticBody, b
pivot->maxBias = 0.0f; // disable joint correction
pivot->maxForce = 1000.0f;
// The pivot joint doesn't apply rotational forces, use a gear joint with a ratio of 1.0 for that.
// 枢轴关节并不施加旋转力,使用一个比率为1.0的齿轮关节来替代
cpConstraint *gear = cpSpaceAddConstraint(space, cpGearJointNew(staticBody, body, 0.0f, 1.0f));
gear->maxBias = 0.0f; // disable joint correction
gear->maxForce = 5000.0f;
Expand Down

0 comments on commit 34eada5

Please sign in to comment.