Changeset 13041 for OpenSceneGraph/trunk/src/osgPlugins/lwo/Converter.h
- Timestamp:
- 03/21/12 18:36:20 (14 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/lwo/Converter.h
r4966 r13041 35 35 36 36 Options() 37 : csf(new LwoCoordFixer), 38 max_tex_units(0), 39 apply_light_model(true), 40 use_osgfx(false), 41 force_arb_compression(false), 37 : csf(new LwoCoordFixer), 38 max_tex_units(0), 39 apply_light_model(true), 40 use_osgfx(false), 41 force_arb_compression(false), 42 42 combine_geodes(false) 43 43 {
