Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import Animation Clips #13

Open
Bunkerbewohner opened this issue Aug 20, 2011 · 1 comment
Open

Import Animation Clips #13

Bunkerbewohner opened this issue Aug 20, 2011 · 1 comment
Assignees
Labels

Comments

@Bunkerbewohner
Copy link
Owner

Animations are already correctly imported. However, right now animation clips are not. Animation clips are simply tuples of name, start- and end-time of logically separate animations. I.e. while most of the time there will be one long animation in the COLLADA document, it will consist of different parts. For example the first 30 frames could be a walking animation, the next 30 a jump, and so on.

Animation clips allow accessing these parts by their names rather than by frame numbers. Therefore it would be nice to import these clips. Unfortunately I haven't seen an exporter that actually exports animation clips yet. But I can just refer to the COLLADA specification to implement it anyway. In the worst case you can add animation clips via notepad very easily.

@ghost ghost assigned Bunkerbewohner Aug 21, 2011
@Bunkerbewohner
Copy link
Owner Author

I basically implemented the feature, but I couldn't test it yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant