Changeset 11318 for OpenSceneGraph/trunk/src/osgPlugins/fbx/fbxRMesh.cpp
- Timestamp:
- 04/12/10 18:35:15 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/fbx/fbxRMesh.cpp
r11262 r11318 264 264 { 265 265 KFCurveKey key = pCurve->KeyGet(k); 266 float fTime = static_cast<float>(key.GetTime().GetSecondDouble());266 double fTime = key.GetTime().GetSecondDouble(); 267 267 float fValue = static_cast<float>(key.GetValue() * 0.01); 268 268 keyFrameCntr.push_back(osgAnimation::FloatKeyframe(fTime,fValue));
