From: <sv...@ww...> - 2005-05-01 06:36:24
|
Author: mkrose Date: 2005-04-30 23:36:15 -0700 (Sat, 30 Apr 2005) New Revision: 1536 Modified: trunk/CSP/CSPSim/Data/Models/F16/DJ/F16DJ.osg Log: Fix texture paths for the F16 3D model under Linux (should still work under windows). Browse at: https://www.zerobar.net/viewcvs/viewcvs.cgi?view=rev&rev=1536 Modified: trunk/CSP/CSPSim/Data/Models/F16/DJ/F16DJ.osg =================================================================== --- trunk/CSP/CSPSim/Data/Models/F16/DJ/F16DJ.osg 2005-05-01 06:35:12 UTC (rev 1535) +++ trunk/CSP/CSPSim/Data/Models/F16/DJ/F16DJ.osg 2005-05-01 06:36:15 UTC (rev 1536) @@ -60,7 +60,7 @@ GL_TEXTURE_2D ON Texture2D { DataVariance STATIC - file "images\T3.tga" + file "images/T3.tga" wrap_s CLAMP_TO_EDGE wrap_t CLAMP_TO_EDGE wrap_r CLAMP_TO_EDGE @@ -405,7 +405,7 @@ GL_TEXTURE_2D ON Texture2D { DataVariance STATIC - file "images\T2.tga" + file "images/T2.tga" wrap_s REPEAT wrap_t REPEAT wrap_r CLAMP_TO_EDGE @@ -6885,7 +6885,7 @@ GL_TEXTURE_2D ON Texture2D { DataVariance STATIC - file "images\T4.tga" + file "images/T4.tga" wrap_s CLAMP_TO_EDGE wrap_t CLAMP_TO_EDGE wrap_r CLAMP_TO_EDGE @@ -28558,7 +28558,7 @@ GL_TEXTURE_2D ON Texture2D { DataVariance STATIC - file "images\T1.tga" + file "images/T1.tga" wrap_s CLAMP_TO_EDGE wrap_t CLAMP_TO_EDGE wrap_r CLAMP_TO_EDGE @@ -43150,7 +43150,7 @@ GL_TEXTURE_2D ON Texture2D { DataVariance STATIC - file "images\T5.tga" + file "images/T5.tga" wrap_s CLAMP_TO_EDGE wrap_t CLAMP_TO_EDGE wrap_r CLAMP_TO_EDGE @@ -59850,7 +59850,7 @@ GL_TEXTURE_2D ON Texture2D { DataVariance STATIC - file "images\f16-lak.tga" + file "images/f16-lak.tga" wrap_s CLAMP_TO_EDGE wrap_t CLAMP_TO_EDGE wrap_r CLAMP_TO_EDGE @@ -93083,7 +93083,7 @@ GL_TEXTURE_2D ON Texture2D { DataVariance STATIC - file "images\f16-lak.tga" + file "images/f16-lak.tga" wrap_s CLAMP_TO_EDGE wrap_t CLAMP_TO_EDGE wrap_r CLAMP_TO_EDGE @@ -159951,7 +159951,7 @@ GL_TEXTURE_2D ON Texture2D { DataVariance STATIC - file "images\T6.tga" + file "images/T6.tga" wrap_s CLAMP_TO_EDGE wrap_t CLAMP_TO_EDGE wrap_r CLAMP_TO_EDGE |