package org.papervision3d.core.culling { /** * @Author Ralph Hauwert */ public class ViewportObjectFilterMode { public static const INCLUSIVE:int = 0; public static const EXCLUSIVE:int = 1; } }