mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 13:47:58 +03:00
Implemented skeletor_c::ChannelNames()
This commit is contained in:
parent
abefdd772c
commit
c16f2029b1
1 changed files with 5 additions and 0 deletions
|
@ -29,6 +29,11 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|||
|
||||
#define EPSILON 0.000000000001f
|
||||
|
||||
ChannelNameTable* skeletor_c::ChannelNames()
|
||||
{
|
||||
return m_channelNames;
|
||||
}
|
||||
|
||||
int skelAnimDataGameHeader_s::GetFrameNums(
|
||||
float timeSeconds, float timeTolerance, int *beforeFrame, int *afterFrame, float *beforeWeight, float *afterWeight
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue