Changeset 1039 for branches/Carsten_PtrWork2/Source/System/NodeCores/Groups/Light/Shadow/Base/OSGShadowMapEngine.cpp
- Timestamp:
- 01/16/08 16:07:40 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/Carsten_PtrWork2/Source/System/NodeCores/Groups/Light/Shadow/Base/OSGShadowMapEngine.cpp
r1033 r1039 58 58 BitVector ShadowMapEngine::bvDiffusePassMask = 0; 59 59 60 ChunkMaterial MTRefPtr ShadowMapEngine::_pLightPassMat;60 ChunkMaterialGlobalMTRefPtr ShadowMapEngine::_pLightPassMat; 61 61 62 62 /*-------------------------------------------------------------------------*/ … … 122 122 _pLightPassMat = ChunkMaterial::create(); 123 123 124 MaterialChunk InternalRefPtr pMatChunk(MaterialChunk::create());124 MaterialChunkRefPtr pMatChunk(MaterialChunk::create()); 125 125 126 126 pMatChunk->setLit (false );
