topical media & game development

talk show tell print

student-ar-org-papervision3d-core-effects-IEffect.ax

student-ar-org-papervision3d-core-effects-IEffect.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 interface @ax-student-ar-org-papervision3d-core-effects-IEffect {
                  
                  function attachEffect(layer:BitmapEffectLayer):void;
                  function preRender():void;
                  function postRender():void;
                  function getEffect():BitmapFilter;
                  
          }
          
  }
  


(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.