fix missing method definitions

This commit is contained in:
rdb 2013-05-18 09:44:16 +00:00
parent da09882f67
commit 8a6db3f2ee
1 changed files with 3 additions and 0 deletions

View File

@ -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;