Home
last modified time | relevance | path

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

/dports/audio/faust/faust-2.37.3/tools/physicalModeling/mesh2faust/vega/libraries/objMesh/
H A DobjMesh.cpp4034 int * trianglesV; in initTriangleLookup() local
4035 exportGeometry(&numVertices, &vertices, &numTriangles , &trianglesV); in initTriangleLookup()
4039 triangles.push_back(trianglesV[i]); in initTriangleLookup()
4041 free(trianglesV); in initTriangleLookup()