My favorites | Sign in
Logo
                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
package org.papervision3d.core.animation
{
import org.papervision3d.core.controller.AnimationController;

/**
* @author Tim Knip / floorplanner.com
*/
public interface IAnimationProvider
{
/**
* Gets /sets the animation controller.
*
* @see org.papervision3d.core.controller.AnimationController
*/
function set animation(value : AnimationController) : void;

function get animation() : AnimationController;
}
}
Show details Hide details

Change log

r911 by tim.knip on May 26, 2009   Diff
Papervision3D 2.1 - initial commit.
- DAE : morphing, vertex-animation, lots
of fixes
- Animation : total revamp of the
animation system
- MD2 : adapted to match new animation
system
Go to: 
Project members, sign in to write a code review

Older revisions

All revisions of this file

File info

Size: 449 bytes, 19 lines
Hosted by Google Code