MCPcopy 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
113void IndexedFaceMesh::addUVIndex(const unsigned int index)
114{
115 m_uvIndices.push_back(index);
116}
117
118void IndexedFaceMesh::buildNeighbors()
119{

Callers 2

UtilitiesModuleFunction · 0.80
loadMeshMethod · 0.80

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected