- Timestamp:
- 08/26/09 11:24:02 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/osgAnimation/ReaderWriter.cpp
r10518 r10556 147 147 pChannel->setTargetName(target); 148 148 149 // we dont need this info 149 150 float weight = 1.0; 150 151 if (fr.matchSequence("weight %f")) … … 154 155 iteratorAdvanced = true; 155 156 } 156 pChannel->setWeight(weight);157 // pChannel->setWeight(weight); 157 158 return iteratorAdvanced; 158 159 } … … 547 548 fw.indent() << "target \"" << pChannel->getTargetName() << "\"" << std::endl; 548 549 549 fw.indent() << "weight " << pChannel->getWeight() << std::endl;550 // fw.indent() << "weight " << pChannel->getWeight() << std::endl; 550 551 551 552 ContainerType* kfc = pChannel->getSamplerTyped()->getKeyframeContainerTyped();
