[DiscordArchive] <@250706991515828224> could you look something up please about that snippet you sent me yesterday?
[DiscordArchive] <@250706991515828224> could you look something up please about that snippet you sent me yesterday?
Archived author: Skarn • Posted: 2018-03-06T18:35:49.996000+00:00
Original source
<@250706991515828224> could you look something up please about that snippet you sent me yesterday?
Archived author: Skarn • Posted: 2018-03-06T18:35:57.297000+00:00
Original source
```cpp
if ( boneInfluences <= 1u )
SIMD::call[5](v14, v7, subRegion->nVertices, this->m_boneMatrices, a4);
else
SIMD::call[4](v14, v7, subRegion->nVertices, this->m_boneMatrices, a4);
```
Archived author: Skarn • Posted: 2018-03-06T18:36:20.412000+00:00
Original source
I am wondering what's at SIMD::call[5] and SIMD::call[4]
Archived author: Skarn • Posted: 2018-03-06T18:37:02.114000+00:00
Original source
since the only way those bone influences are used it seems is indexing that diferently