Home
last modified time | relevance | path

Searched refs:m_sumVerticesPerFaces (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/wdune/wdune-1.926/src/
H A DNodeIndexedFaceSet.h189 m_sumVerticesPerFaces = 0; in writeOffInit()
198 { return m_sumVerticesPerFaces; } in getSumVerticesPerFaces()
245 int m_sumVerticesPerFaces ; variable
H A DNodeIndexedFaceSet.cpp3821 m_sumVerticesPerFaces += getMesh()->getNumFaces(); in accountOffData()