From: <sv...@ww...> - 2006-01-22 09:30:27
|
Author: mkrose Date: 2006-01-22 01:30:19 -0800 (Sun, 22 Jan 2006) New Revision: 1843 Modified: trunk/CSP/csp/data/models/aircraft/f16/f16dj.osg Log: Fix the environment map texture path and apply the static environment map to the external cockpit glass reflection. Browse at: https://www.zerobar.net/viewcvs/viewcvs.cgi?view=rev&rev=1843 Modified: trunk/CSP/csp/data/models/aircraft/f16/f16dj.osg =================================================================== --- trunk/CSP/csp/data/models/aircraft/f16/f16dj.osg 2006-01-22 09:29:04 UTC (rev 1842) +++ trunk/CSP/csp/data/models/aircraft/f16/f16dj.osg 2006-01-22 09:30:19 UTC (rev 1843) @@ -60408,7 +60408,7 @@ Texture2D { UniqueID TextureF16Lak DataVariance STATIC - file "environment.tga" + file "environment.png" wrap_s CLAMP_TO_EDGE wrap_t CLAMP_TO_EDGE wrap_r CLAMP_TO_EDGE @@ -89880,7 +89880,7 @@ Use TextureF16Lak Texture2DXXX { DataVariance STATIC - file "environment.tga" + file "environment.png" wrap_s CLAMP_TO_EDGE wrap_t CLAMP_TO_EDGE wrap_r CLAMP_TO_EDGE @@ -91691,7 +91691,7 @@ Use TextureF16Lak Texture2DXXX { DataVariance STATIC - file "environment.tga" + file "environment.png" wrap_s CLAMP_TO_EDGE wrap_t CLAMP_TO_EDGE wrap_r CLAMP_TO_EDGE @@ -122115,14 +122115,14 @@ borderColor 0 0 0 0 borderWidth 0 useHardwareMipMapGeneration FALSE - unRefImageDataAfterApply FALSE + unRefImageDataAfterApply TRUE internalFormatMode USE_IMAGE_DATA_FORMAT - image POSITIVE_X "posx.jpg" - image POSITIVE_Y "posy.jpg" - image POSITIVE_Z "posz.jpg" - image NEGATIVE_X "negx.jpg" - image NEGATIVE_Y "negy.jpg" - image NEGATIVE_Z "negz.jpg" + image POSITIVE_X "staticenv-posx.png" + image POSITIVE_Y "staticenv-posy.png" + image POSITIVE_Z "staticenv-posz.png" + image NEGATIVE_X "staticenv-negx.png" + image NEGATIVE_Y "staticenv-negy.png" + image NEGATIVE_Z "staticenv-negz.png" } TexEnvCombine { DataVariance STATIC |