Changeset 1063 for branches/Carsten_PtrWork2/Source/System/NodeCores/Groups/Light/Shadow/Base/OSGShadowMapEngine.cpp
- Timestamp:
- 02/27/08 09:30:29 (9 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/Carsten_PtrWork2/Source/System/NodeCores/Groups/Light/Shadow/Base/OSGShadowMapEngine.cpp
r1039 r1063 122 122 _pLightPassMat = ChunkMaterial::create(); 123 123 124 MaterialChunk RefPtr pMatChunk(MaterialChunk::create());124 MaterialChunkInternalRefPtr pMatChunk(MaterialChunk::create()); 125 125 126 126 pMatChunk->setLit (false );
