Changeset 54 for trunk/Source/System/NodeCores/Groups/Light/Shadow/Engines/OSGSimpleShadowMapEngineBase.inl
- Timestamp:
- 09/06/06 00:48:55 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/NodeCores/Groups/Light/Shadow/Engines/OSGSimpleShadowMapEngineBase.inl
r2 r54 91 91 } 92 92 93 #ifdef OSG_1_COMPAT 94 inline 95 Int32 &SimpleShadowMapEngineBase::getForceTextureUnit(void) 96 { 97 return this->editForceTextureUnit(); 98 } 99 #endif 100 93 101 //! Set the value of the SimpleShadowMapEngine::_sfForceTextureUnit field. 94 102 inline … … 168 176 OSG_END_NAMESPACE 169 177 170 #define OSGSIMPLESHADOWMAPENGINEBASE_INLINE_CVSID "@(#)$Id: OSGSimpleShadowMapEngineBase.inl,v 1.1.2.3 2006/08/01 08:48:58 vossg Exp$"178 #define OSGSIMPLESHADOWMAPENGINEBASE_INLINE_CVSID "@(#)$Id: $" 171 179
