业精于勤

导航

随笔分类 -  游戏开发

心得
NewtonGetGlobalScale
摘要:dFloat NewtonGetGlobalScale(const NewtonWorld* newtonWorld) Get the global scale factor. 设计Newton引擎的全局缩放参数 Remarks the physics system in theory should be dimensionless, however in practice the engi... 阅读全文

posted @ 2007-09-01 10:38 言午 阅读(235) 评论(0) 推荐(0)

ode中的Create Plane
摘要:Plane Class dGeomID dCreatePlane (dSpaceID space, dReal a, dReal b, dReal c, dReal d); Create a plane geom of the given parameters, and return its ID. If space is nonzero, inser... 阅读全文

posted @ 2007-02-27 22:48 言午 阅读(272) 评论(0) 推荐(0)