mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
build without python
This commit is contained in:
parent
7b8edf65b4
commit
3a7b87b178
@ -23,7 +23,10 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
dReal OdeUtil::OC_infinity = dInfinity;
|
dReal OdeUtil::OC_infinity = dInfinity;
|
||||||
|
|
||||||
|
#ifdef HAVE_PYTHON
|
||||||
PyObject* OdeUtil::_python_callback = NULL;
|
PyObject* OdeUtil::_python_callback = NULL;
|
||||||
|
#endif
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
// Function: OdeUtil::get_connecting_joint
|
// Function: OdeUtil::get_connecting_joint
|
||||||
|
@ -48,8 +48,10 @@ PUBLISHED:
|
|||||||
const int joint_type);
|
const int joint_type);
|
||||||
static PT(OdeCollisionEntry) collide(const OdeGeom &geom1, const OdeGeom &geom2,
|
static PT(OdeCollisionEntry) collide(const OdeGeom &geom1, const OdeGeom &geom2,
|
||||||
const short int max_contacts = 150);
|
const short int max_contacts = 150);
|
||||||
|
#ifdef HAVE_PYTHON
|
||||||
static int collide2(const OdeGeom &geom1, const OdeGeom &geom2,
|
static int collide2(const OdeGeom &geom1, const OdeGeom &geom2,
|
||||||
PyObject* arg, PyObject* callback);
|
PyObject* arg, PyObject* callback);
|
||||||
|
#endif
|
||||||
static OdeGeom space_to_geom(const OdeSpace &space);
|
static OdeGeom space_to_geom(const OdeSpace &space);
|
||||||
|
|
||||||
static dReal OC_infinity;
|
static dReal OC_infinity;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user