| 410 | #endif |
| 411 | |
| 412 | bool TriGrannyRes::BakeBlendshape( unsigned int meshIx, const std::vector<float>& weights, Tr2SuballocatedBuffer::Allocation& pVertexData, Tr2RenderContextAL& renderContext, unsigned int vertexDataSize ) |
| 413 | { |
| 414 | return BakeBlendshape( meshIx, weights, pVertexData, renderContext, vertexDataSize, NULL, false ); |
| 415 | } |
| 416 | |
| 417 | bool TriGrannyRes::BakeBlendshape( unsigned int meshIx, const NameToWeightMap& nameToWeight, Tr2SuballocatedBuffer::Allocation& pVertexData, Tr2RenderContextAL& renderContext, unsigned int vertexDataSize ) |
| 418 | { |
nothing calls this directly
no test coverage detected