| Copyright | Written by David Himmelstrup | 
|---|---|
| License | Unlicense | 
| Maintainer | lemmih@gmail.com | 
| Stability | experimental | 
| Portability | POSIX | 
| Safe Haskell | None | 
| Language | Haskell2010 | 
Reanimate.Builtin.Flip
Description
Synopsis
- data FlipSprite s = FlipSprite {}
- flipSprite :: Animation -> Animation -> Scene s (FlipSprite s)
- flipTransition :: Transition
Documentation
data FlipSprite s Source #
Control structure with parameters for the blender script.
flipSprite :: Animation -> Animation -> Scene s (FlipSprite s) Source #
Project two animations on each side of a plane and flip the plane upside down.
flipTransition :: Transition Source #
3D flip transition.