diff options
| author | Anton Novoselov <[email protected]> | 2017-08-08 20:14:22 +0300 |
|---|---|---|
| committer | Anton Novoselov <[email protected]> | 2017-08-08 20:14:22 +0300 |
| commit | d41654b469fa51870b5952c836c04d9da17f32d3 (patch) | |
| tree | 64f8f437eef394630355f281d35ca1d53e5c4d6c /tools/ArtistTools/source/BlastPlugin/Parameters/HackNvParamBug.cpp | |
| parent | add +x for packman script (diff) | |
| download | blast-d41654b469fa51870b5952c836c04d9da17f32d3.tar.xz blast-d41654b469fa51870b5952c836c04d9da17f32d3.zip | |
Updated to CL 22627414:
* docs updates
* authoring fixes
* stress solver crash fixes
Diffstat (limited to 'tools/ArtistTools/source/BlastPlugin/Parameters/HackNvParamBug.cpp')
| -rw-r--r-- | tools/ArtistTools/source/BlastPlugin/Parameters/HackNvParamBug.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/ArtistTools/source/BlastPlugin/Parameters/HackNvParamBug.cpp b/tools/ArtistTools/source/BlastPlugin/Parameters/HackNvParamBug.cpp index 6017a75..5cd0a32 100644 --- a/tools/ArtistTools/source/BlastPlugin/Parameters/HackNvParamBug.cpp +++ b/tools/ArtistTools/source/BlastPlugin/Parameters/HackNvParamBug.cpp @@ -9,6 +9,8 @@ int GetHackElementSize(const char* data) return sizeof(nvidia::NvVec3); if (strstr(data, "graphicsMesh.normals") != nullptr) return sizeof(nvidia::NvVec3); + if (strstr(data, "graphicsMesh.tangents") != nullptr) + return sizeof(nvidia::NvVec3); if (strstr(data, "graphicsMesh.texcoords") != nullptr) return sizeof(nvidia::NvVec2); if (strstr(data, "graphicsMesh.positionIndexes") != nullptr) |