mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
add get_infinity
This commit is contained in:
parent
2bfb124591
commit
f1a99466e7
@ -46,6 +46,9 @@ PUBLISHED:
|
|||||||
const int joint_type);
|
const int joint_type);
|
||||||
|
|
||||||
static dReal OC_infinity;
|
static dReal OC_infinity;
|
||||||
|
|
||||||
|
// RAU we can't access OC_infinity as constants are not exposed in python
|
||||||
|
static dReal get_infinity() {return OC_infinity;};
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user