Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InteractiveComputerGraphics/PositionBasedDynamics
/ addUVIndex
Method
addUVIndex
Utils/IndexedFaceMesh.cpp:113–116 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
111
}
112
113
void IndexedFaceMesh::addUVIndex(const unsigned int index)
114
{
115
m_uvIndices.push_back(index);
116
}
117
118
void IndexedFaceMesh::buildNeighbors()
119
{
Callers
2
UtilitiesModule
Function · 0.80
loadMesh
Method · 0.80
Calls
1
push_back
Method · 0.45
Tested by
no test coverage detected