Skip to content

BvhParser, cannot read property 'parse' of undefined #24

@MOctavio

Description

@MOctavio

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions