mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 17:35:34 -04:00
add get_infinity
This commit is contained in:
parent
2bfb124591
commit
f1a99466e7
@ -46,6 +46,9 @@ PUBLISHED:
|
||||
const int joint_type);
|
||||
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user