- Timestamp:
- 12/15/06 12:36:29 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Illum/IllumModule/OgreIllumModule/src/RenderingRuns/OgreCubeMapRenderingRun.cpp
r1886 r1896 159 159 float w = floatbuffer[i + 3]; 160 160 161 if(first )161 if(first && w != 0) 162 162 { 163 163 minX = x; … … 172 172 first = false; 173 173 } 174 else if( (x * x + y * y + z * z + w * w)!= 0)174 else if( /*(x * x + y * y + z * z + w * w) != 0*/ w != 0) 175 175 { 176 176 if(x < minX)minX = x;
Note: See TracChangeset
for help on using the changeset viewer.