mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 08:44:19 -04:00
pgraph: Add some missing properties to PlaneNode
This commit is contained in:
parent
9587965c5d
commit
04c6636744
@ -65,6 +65,11 @@ PUBLISHED:
|
|||||||
INLINE void set_clip_effect(int clip_effect);
|
INLINE void set_clip_effect(int clip_effect);
|
||||||
INLINE int get_clip_effect() const;
|
INLINE int get_clip_effect() const;
|
||||||
|
|
||||||
|
MAKE_PROPERTY(plane, get_plane, set_plane);
|
||||||
|
MAKE_PROPERTY(viz_scale, get_viz_scale, set_viz_scale);
|
||||||
|
MAKE_PROPERTY(priority, get_priority, set_priority);
|
||||||
|
MAKE_PROPERTY(clip_effect, get_clip_effect, set_clip_effect);
|
||||||
|
|
||||||
public:
|
public:
|
||||||
INLINE static UpdateSeq get_sort_seq();
|
INLINE static UpdateSeq get_sort_seq();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user