00001
00007 #include <OSGConfig.h>
00008
00009 OSG_BEGIN_NAMESPACE
00010
00011 inline
00012 UInt32 TwoSidedLightingChunk::getStaticClassId(void)
00013 {
00014 return getStaticClass()->getId();
00015 }
00016
00017 inline
00018 const StateChunkClass *TwoSidedLightingChunk::getStaticClass(void)
00019 {
00020 return &TwoSidedLightingChunk::_class;
00021 }
00022
00023
00024
00025
00026 OSG_END_NAMESPACE
00027
00028 #define OSGTWOSIDEDLIGHTINGCHUNK_INLINE_CVSID "@(#)$Id: OSGTwoSidedLightingChunk.inl,v 1.1 2005/06/09 08:39:27 a-m-z Exp $"