MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/MaterialX / loadGeometry

Method loadGeometry

source/MaterialXGraphEditor/Graph.cpp:2941–2946  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2939}
2940
2941void Graph::loadGeometry()
2942{
2943 _fileDialogGeom.setTitle("Load Geometry");
2944 _fileDialogGeom.setTypeFilters(_geomFilter);
2945 _fileDialogGeom.open();
2946}
2947
2948void Graph::graphButtons()
2949{

Callers 6

loadMeshMethod · 0.45
runRendererMethod · 0.45
testGeomHandlerFunction · 0.45
runRendererMethod · 0.45
initializeMethod · 0.45
loadMeshMethod · 0.45

Calls 3

setTitleMethod · 0.80
setTypeFiltersMethod · 0.80
openMethod · 0.45

Tested by

no test coverage detected