topical media & game development
student-ar-org-papervision3d-core-effects-AbstractEffect.ax
student-ar-org-papervision3d-core-effects-AbstractEffect.ax
[swf]
[flash]
flex
...
author: Default
version: 0.1
package org.papervision3d.core.effects {
import flash.filters.BitmapFilter;
import org.papervision3d.view.layer.BitmapEffectLayer;
public class @ax-student-ar-org-papervision3d-core-effects-AbstractEffect implements IEffect{
function @ax-student-ar-org-papervision3d-core-effects-AbstractEffect(){}
public function attachEffect(layer:BitmapEffectLayer):void{}
public function preRender():void{}
public function postRender():void{}
public function getEffect():BitmapFilter{
return null;
}
}
}
(C) Æliens
04/09/2009
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.