mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
removed set surface and collision id calls from the geom (use the space)
This commit is contained in:
parent
7177c38580
commit
78363391a1
@ -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() {
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user