Changed the scale from 0.03 to 0.0254 as the Q3 bsp files are in inches.

This commit is contained in:
Robert Osfield
2008-12-20 20:30:08 +00:00
parent 28ca8277f8
commit f0270f934e

View File

@@ -182,7 +182,7 @@ osg::Geode* Q3BSPReader::convertFromBSP(
osg::Vec2Array* text_decal_array = new osg::Vec2Array(num_load_vertices);
osg::Vec2Array* text_lmap_array = new osg::Vec2Array(num_load_vertices);
float scale = 0.03;
float scale = 0.0254;
unsigned int i;
for(i=0; i<num_load_vertices; ++i)
{