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

This commit is contained in:
John Loehrlein 2007-06-29 00:39:06 +00:00
parent 7177c38580
commit 78363391a1
2 changed files with 7 additions and 5 deletions

View File

@ -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() {

View File

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