Browse Source

removed set surface and collision id calls from the geom (use the space)

John Loehrlein 18 years ago
parent
commit
78363391a1
2 changed files with 7 additions and 5 deletions
  1. 2 0
      panda/src/ode/odeGeom.cxx
  2. 5 5
      panda/src/ode/odeGeom.h

+ 2 - 0
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() {

+ 5 - 5
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;