added assignment of mipmap levels from source image.
This commit is contained in:
parent
926cffb2ee
commit
79fa48c984
@ -235,6 +235,8 @@ void ImageSequence::setImageToChild(int pos)
|
|||||||
const_cast<unsigned char*>(image->data()),
|
const_cast<unsigned char*>(image->data()),
|
||||||
osg::Image::NO_DELETE,
|
osg::Image::NO_DELETE,
|
||||||
image->getPacking());
|
image->getPacking());
|
||||||
|
|
||||||
|
setMipmapLevels(image->getMipmapLevels());
|
||||||
}
|
}
|
||||||
|
|
||||||
void ImageSequence::applyLoopingMode()
|
void ImageSequence::applyLoopingMode()
|
||||||
|
Loading…
Reference in New Issue
Block a user