Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1150
void writeCurrentFrame()
1151
{
1152
if (output_format == 1)
1153
exportVTK();
1154
else if (output_format == 2)
1155
exportPLY();
1156
else
1157
exportOBJ();
1158
}
Callers
1
meshSkinning
Function · 0.70
Calls
3
exportVTK
Function · 0.85
exportPLY
Function · 0.85
exportOBJ
Function · 0.85
Tested by
no test coverage detected