Added support for double precision geometry

This commit is contained in:
Michael PLATINGS
2010-04-13 14:50:31 +00:00
parent 88f1b8f19a
commit 8e53cfe6fc
7 changed files with 270 additions and 208 deletions

View File

@@ -326,7 +326,7 @@ osgDB::ReaderWriter::ReadResult readFbxNode(
BindMatrixMap& boneBindMatrices,
const std::set<const KFbxNode*>& fbxSkeletons,
std::map<KFbxNode*, osgAnimation::Skeleton*>& skeletonMap,
const osgDB::Options* options)
const osgDB::Options& options)
{
if (KFbxNodeAttribute* lNodeAttribute = pNode->GetNodeAttribute())
{
@@ -432,7 +432,7 @@ osgDB::ReaderWriter::ReadResult readFbxNode(
size_t bindMatrixCount = boneBindMatrices.size();
osgDB::ReaderWriter::ReadResult meshRes = readFbxMesh(pSdkManager,
pNode, pAnimationManager, stateSetList, boneBindMatrices,
fbxSkeletons, skeletonMap);
fbxSkeletons, skeletonMap, options);
if (meshRes.error())
{
return meshRes;