Changeset 13041 for OpenSceneGraph/trunk/src/osgPlugins/bsp/Q3BSPLoad.cpp
- Timestamp:
- 03/21/12 18:36:20 (14 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/bsp/Q3BSPLoad.cpp
r11428 r13041 45 45 //Load in faces 46 46 LoadFaces(file, curveTessellation); 47 47 48 48 //Load textures 49 49 LoadTextures(file); … … 180 180 181 181 // scale up color values 182 scale*=255.0f; 182 scale*=255.0f; 183 183 r*=scale; 184 184 g*=scale;
