package org.papervision3d.core.render.filter { /** * @Author Ralph Hauwert */ public interface student_ar_org_papervision3d_core_render_filter_IRenderFilter { function filter(array:Array):int; } }