- Timestamp:
- 02/27/08 09:30:29 (9 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/Carsten_PtrWork2/Source/System/Image/OSGImageFunctions.cpp
r1045 r1063 77 77 Image::Type dt = Image::OSG_INVALID_IMAGEDATATYPE; 78 78 bool needColor = false, needAlpha = false, needCopy = false; 79 Image RefPtr copy = Image::create();79 ImageInternalRefPtr copy = Image::create(); 80 80 UInt32 depth, frameCount, sideCount; 81 81 … … 198 198 } 199 199 200 Image RefPtr dstImg;201 bool cpyImg = false;200 ImageInternalRefPtr dstImg; 201 bool cpyImg = false; 202 202 203 203 if(dst == NullFC) … … 320 320 Real32 u, v, length; 321 321 Vec3f normal; 322 Image RefPtr copy;322 ImageInternalRefPtr copy; 323 323 Image::PixelFormat pf; 324 324 bool calcGradient = false, calcThetaPhi = false; … … 603 603 } 604 604 605 Image RefPtr rgbImg;606 Image RefPtr alphaImg;605 ImageInternalRefPtr rgbImg; 606 ImageInternalRefPtr alphaImg; 607 607 608 608 if(rgb == NullFC)
