Added support for specificing the eye mapping and seperation between the
horizontal and veritical split stereo modes. Renamed osg::Image::ensureDimensionArePowerOfTwo() to osg::Image::ensureValidSizeForTexturing().
This commit is contained in:
@@ -307,7 +307,7 @@ void Image::scaleImage(const int s,const int t,const int r)
|
||||
}
|
||||
|
||||
|
||||
void Image::ensureDimensionsArePowerOfTwo()
|
||||
void Image::ensureValidSizeForTexturing()
|
||||
{
|
||||
int new_s = _s;
|
||||
int new_t = _t;
|
||||
|
||||
Reference in New Issue
Block a user