mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
pgraph: allow getting NodePath from CullTraverserData in Python
This commit is contained in:
parent
1389ada384
commit
e4f0a9ce32
@ -67,6 +67,8 @@ PUBLISHED:
|
|||||||
void apply_transform_and_state(CullTraverser *trav);
|
void apply_transform_and_state(CullTraverser *trav);
|
||||||
void apply_transform(const TransformState *node_transform);
|
void apply_transform(const TransformState *node_transform);
|
||||||
|
|
||||||
|
MAKE_PROPERTY(node_path, get_node_path);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
// We store a chain leading all the way to the root, so that we can compose
|
// We store a chain leading all the way to the root, so that we can compose
|
||||||
// a NodePath. We may be able to eliminate this requirement in the future.
|
// a NodePath. We may be able to eliminate this requirement in the future.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user