mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 16:20:11 -04:00
chan: publish AnimChannelScalarTable constructor
This commit is contained in:
parent
3b361974dc
commit
98268b59c0
@ -30,9 +30,10 @@ protected:
|
||||
AnimChannelScalarTable();
|
||||
AnimChannelScalarTable(AnimGroup *parent, const AnimChannelScalarTable ©);
|
||||
|
||||
public:
|
||||
PUBLISHED:
|
||||
AnimChannelScalarTable(AnimGroup *parent, const std::string &name);
|
||||
|
||||
public:
|
||||
virtual bool has_changed(int last_frame, double last_frac,
|
||||
int this_frame, double this_frac);
|
||||
virtual void get_value(int frame, PN_stdfloat &value);
|
||||
|
Loading…
x
Reference in New Issue
Block a user