- Timestamp:
- 03/21/12 18:36:20 (14 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgWrappers/deprecated-dotosg/osg/TexEnvCombine.cpp
r10970 r13041 156 156 fr[3].getFloat(color[2]); 157 157 fr[4].getFloat(color[3]); 158 158 159 159 texenv.setConstantColor(color); 160 160 161 161 fr+=5; 162 162 iteratorAdvanced = true; … … 172 172 fw.indent() << "combine_RGB " << TexEnvCombine_getCombineParamStr(texenv.getCombine_RGB()) << std::endl; 173 173 fw.indent() << "combine_Alpha " << TexEnvCombine_getCombineParamStr(texenv.getCombine_Alpha()) << std::endl; 174 174 175 175 fw.indent() << "source0_RGB " << TexEnvCombine_getSourceParamStr(texenv.getSource0_RGB()) << std::endl; 176 176 fw.indent() << "source1_RGB " << TexEnvCombine_getSourceParamStr(texenv.getSource1_RGB()) << std::endl; … … 191 191 fw.indent() << "scale_RGB " << texenv.getScale_RGB() << std::endl; 192 192 fw.indent() << "scale_Alpha " << texenv.getScale_Alpha() << std::endl; 193 193 194 194 fw.indent() << "constantColor " << texenv.getConstantColor() << std::endl; 195 195
