From 78363391a11450486db6b13357e8545b4448c20d Mon Sep 17 00:00:00 2001 From: John Loehrlein Date: Fri, 29 Jun 2007 00:39:06 +0000 Subject: [PATCH] removed set surface and collision id calls from the geom (use the space) --- panda/src/ode/odeGeom.cxx | 2 ++ panda/src/ode/odeGeom.h | 10 +++++----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/panda/src/ode/odeGeom.cxx b/panda/src/ode/odeGeom.cxx index 3236866328..3ba210c5b5 100755 --- a/panda/src/ode/odeGeom.cxx +++ b/panda/src/ode/odeGeom.cxx @@ -45,6 +45,7 @@ OdeGeom:: */ } +/* int OdeGeom:: get_surface_type() { @@ -82,6 +83,7 @@ test_collide_id(int collide_id) odegeom_cat.debug() << "test_collide_id stop" << "\n"; return test; } +*/ void OdeGeom:: destroy() { diff --git a/panda/src/ode/odeGeom.h b/panda/src/ode/odeGeom.h index b4a5d158f2..0188f5f26a 100755 --- a/panda/src/ode/odeGeom.h +++ b/panda/src/ode/odeGeom.h @@ -106,12 +106,12 @@ PUBLISHED: INLINE LMatrix3f get_offset_rotation() const; INLINE LQuaternionf get_offset_quaternion() const; - int get_surface_type() ; - int get_collide_id() ; - int set_collide_id( int collide_id); - void set_surface_type( int surface_type); + //int get_surface_type() ; + //int get_collide_id() ; + //int set_collide_id( int collide_id); + //void set_surface_type( int surface_type); - int test_collide_id( int collide_id); + //int test_collide_id( int collide_id); OdeSpace get_space() const;