First public contribution.
2 * Copyright (c) 2003 Nokia Corporation and/or its subsidiary(-ies).
4 * This component and the accompanying materials are made available
5 * under the terms of the License "Eclipse Public License v1.0"
6 * which accompanies this distribution, and is available
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
14 * Description: Fog interface
24 * \brief Fog interface
27 #include "m3g_object.h"
42 /*----------------------------------------------------------------------
44 *--------------------------------------------------------------------*/
46 static void m3gApplyFog(const Fog *self);
47 static void m3gApplySpriteFog(const Fog *self, M3Gfloat eyeZ, M3Gfloat finalZ);
49 #endif /*__M3G_FOG_H__*/