three_js_animations
A type of three_js api that allows users to add animation to thier models.
This is a dart conversion of three.js and three_dart, originally created by @mrdoob and has a coverted dart fork by @wasabia.
Usage
This project is a api that adds animations to 3d models for three_js.
Example
Find the example for this API here.
Contributing
Contributions are welcome. In case of any problems look at existing issues, if you cannot find anything related to your problem then open an issue. Create an issue before opening a pull request for non trivial fixes. In case of trivial fixes open a pull request directly.
Libraries
- animations/animation_action
- animations/animation_clip
- animations/animation_mixer
- animations/animation_object_group
- animations/animation_utils
- animations/index
- animations/keyframe_track
- animations/property_binding
- animations/property_mixer
- animations/sprite_animator
- interpolants/cubic_interpolant
- interpolants/discrete_interpolant
- interpolants/index
- interpolants/interpolant
- interpolants/linear_interpolant
- interpolants/quaternion_linear_interpolant
- object/animation_object
- three_js_animations
- tracks/boolean_keyframe_track
- tracks/color_keyframe_track
- tracks/index
- tracks/number_keyframe_track
- tracks/quaternion_keyframe_track
- tracks/string_keyframe_track
- tracks/vector_keyframe_track