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

/**
* @author Tim Knip / floorplanner.com
*/
public interface IControllerProvider
{
/**
* Gets all controlllers.
*/
function set controllers(value : Array) : void;

function get controllers() : Array;
}
}
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: 274 bytes, 16 lines
Hosted by Google Code