浏览代码

fix missing method definitions

rdb 12 年之前
父节点
当前提交
8a6db3f2ee
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      panda/src/bullet/bulletBodyNode.h

+ 3 - 0
panda/src/bullet/bulletBodyNode.h

@@ -94,6 +94,9 @@ PUBLISHED:
   INLINE PN_stdfloat get_friction() const;
   INLINE void set_friction(PN_stdfloat friction);
 
+  INLINE PN_stdfloat get_rolling_friction() const;
+  INLINE void set_rolling_friction(PN_stdfloat friction);
+
   INLINE bool has_anisotropic_friction() const;
   void set_anisotropic_friction(const LVecBase3 &friction);
   LVecBase3 get_anisotropic_friction() const;