WikiOpShader.h
From Odwiki
/****************************************************************************
File: wikiOpShader.h
Authors: The od[wiki] community at
http://www.odforce.net/odwiki
Description: Context defines for all shading contexts:
surface light shadow displace
photon image3d fog
-----------------------------------------------------------------------------
Part of the small but growing od[wiki] library of VEX functions...
This software is placed in the public domain and is provided as is
without express or implied warranty.
*****************************************************************************/
#ifndef wikiOpShader_h__GUARD
#define wikiOpShader_h__GUARD
// We have Du() and Dv()
#define WM_HAVE_DERIVS
#endif // End wikiOpShader_h__GUARD



