Hi,
I've been having fun with this cool library, looking into Mocap-Driven Skeleton I run into this issue:
Uncaught TypeError: Cannot read property 'parse' of undefined
at Function.seen.Mocap.Mocap.parse (seen.js:2851)
That relates to this section of the code:
@parse : (source) ->
return new seen.Mocap(seen.BvhParser.parse(source))
Looks like for some reason BvhParser is undefined.
I'm using the latest version of the library and I haven't made any addition other than the sample code provided, so let me know if you have any idea of what the root cause could be.
Thanks
Hi,
I've been having fun with this cool library, looking into Mocap-Driven Skeleton I run into this issue:
That relates to this section of the code:
Looks like for some reason BvhParser is undefined.
I'm using the latest version of the library and I haven't made any addition other than the sample code provided, so let me know if you have any idea of what the root cause could be.
Thanks