mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 19:08: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::
|
int OdeGeom::
|
||||||
get_surface_type()
|
get_surface_type()
|
||||||
{
|
{
|
||||||
@ -82,6 +83,7 @@ test_collide_id(int collide_id)
|
|||||||
odegeom_cat.debug() << "test_collide_id stop" << "\n";
|
odegeom_cat.debug() << "test_collide_id stop" << "\n";
|
||||||
return test;
|
return test;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
void OdeGeom::
|
void OdeGeom::
|
||||||
destroy() {
|
destroy() {
|
||||||
|
@ -106,12 +106,12 @@ PUBLISHED:
|
|||||||
INLINE LMatrix3f get_offset_rotation() const;
|
INLINE LMatrix3f get_offset_rotation() const;
|
||||||
INLINE LQuaternionf get_offset_quaternion() const;
|
INLINE LQuaternionf get_offset_quaternion() const;
|
||||||
|
|
||||||
int get_surface_type() ;
|
//int get_surface_type() ;
|
||||||
int get_collide_id() ;
|
//int get_collide_id() ;
|
||||||
int set_collide_id( int collide_id);
|
//int set_collide_id( int collide_id);
|
||||||
void set_surface_type( int surface_type);
|
//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;
|
OdeSpace get_space() const;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user