diff options
Diffstat (limited to 'sdk/extensions/exporter/source/NvBlastExtExporterFbxWriter.h')
| -rwxr-xr-x | sdk/extensions/exporter/source/NvBlastExtExporterFbxWriter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdk/extensions/exporter/source/NvBlastExtExporterFbxWriter.h b/sdk/extensions/exporter/source/NvBlastExtExporterFbxWriter.h index 75b4843..ad61fd5 100755 --- a/sdk/extensions/exporter/source/NvBlastExtExporterFbxWriter.h +++ b/sdk/extensions/exporter/source/NvBlastExtExporterFbxWriter.h @@ -106,7 +106,7 @@ private: //TODO we should track for every memory allocation and deallocate it not only for sdkManager
std::shared_ptr<fbxsdk::FbxManager> sdkManager;
std::map<uint32_t, fbxsdk::FbxNode*> chunkNodes;
- std::map<uint32_t, physx::PxVec3> worldChunkPivots;
+ std::map<uint32_t, NvcVec3> worldChunkPivots;
bool appendNonSkinnedMesh(const AuthoringResult& aResult, const char* assetName);
bool appendNonSkinnedMesh(const ExporterMeshData& meshData, const char* assetName);
|