Changeset 13041 for OpenSceneGraph/trunk/src/osgFX/SpecularHighlights.cpp
- Timestamp:
- 03/21/12 18:36:20 (15 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgFX/SpecularHighlights.cpp
r11481 r13041 69 69 osg::Vec3(lightvec.x(), lightvec.y(), lightvec.z()), 70 70 eye_light_ref); 71 71 72 72 glLoadMatrix((LM * osg::Matrix::inverse(M)).ptr()); 73 73 … … 115 115 if (!Technique::validate(state)) return false; 116 116 117 osg::TextureCubeMap::Extensions *ext = 117 osg::TextureCubeMap::Extensions *ext = 118 118 osg::TextureCubeMap::getExtensions(state.getContextID(), true); 119 119 if (ext) {
