403
403
if (optionGetSkydomeImage ().empty () ||
404
404
(mSky = GLTexture::readImageToTexture (imgName, pname, mSkySize)).empty ())
406
408
GLfloat aaafTextureData[128][128][3];
416
418
GLfloat fRStep = (fREnd - fRStart) / 128.0f;
417
419
GLfloat fGStep = (fGEnd - fGStart) / 128.0f;