package openfl.display {
/**
 * @externs
 */
public class TriangleCulling {
	public static const NEGATIVE:String = "negative";
	public static const NONE:String = "none";
	public static const POSITIVE:String = "positive";
}
}
