MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / IndexToData

Function IndexToData

Source/ThirdParty/MikkTSpace/mikktspace.cpp:178–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176}
177
178static void IndexToData(int * piFace, int * piVert, const int iIndexIn)
179{
180 piVert[0] = iIndexIn&0x3;
181 piFace[0] = iIndexIn>>2;
182}
183
184static STSpace AvgTSpace(const STSpace * pTS0, const STSpace * pTS1)
185{

Callers 3

GetPositionFunction · 0.85
GetNormalFunction · 0.85
GetTexCoordFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected