MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / writeCurrentFrame

Function writeCurrentFrame

Tools/MeshSkinning/main.cpp:1150–1158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1148}
1149
1150void writeCurrentFrame()
1151{
1152 if (output_format == 1)
1153 exportVTK();
1154 else if (output_format == 2)
1155 exportPLY();
1156 else
1157 exportOBJ();
1158}

Callers 1

meshSkinningFunction · 0.70

Calls 3

exportVTKFunction · 0.85
exportPLYFunction · 0.85
exportOBJFunction · 0.85

Tested by

no test coverage detected