VR-Vantage API Documentation
DtShadowEffect.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: shadowEffect.h,v $ $Revision: 1.5 $ $State: Exp $
7 ******************************************************************************/
8 
9 
10 #ifndef ShadowEffect_H_
11 #define ShadowEffect_H_
12 
13 #include <osgFX/Effect>
15 
16 namespace makOsgShadowFX
17 {
18 
19 class DtShadowEffect : public osgFX::Effect
20 {
21 public:
22  DtShadowEffect(int quality=1);
23  DtShadowEffect(const DtShadowEffect& orig, const osg::CopyOp& copyop);
24 
25  META_Effect(makOsgShadowFX, DtShadowEffect, "DtShadowEffect", "Adds shadows To a scene", "MAK Technologies");
26 
27  bool define_techniques();
28 
29 protected:
31 
35 
36 };
37 
38 } //makShadowFX::
39 
40 #endif


Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)