- Timestamp:
- 11/17/05 21:22:55 (8 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgparametric/osgparametric.cpp
r4738 r4805 145 145 for(unsigned int r=0;r<ty;++r) 146 146 { 147 for(unsigned int c=0;c<tx;++c)148 {149 *((float*)image->data(c,r)) = vertex[r+c*39][2]*0.1;150 }147 for(unsigned int c=0;c<tx;++c) 148 { 149 *((float*)image->data(c,r)) = vertex[r+c*39][2]*0.1; 150 } 151 151 } 152 152
