MCPcopy Create free account
hub / github.com/OGRECave/ogre-next / parseFile

Function parseFile

Tools/VRMLConverter/src/VRML2mesh.cpp:159–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159void parseFile(Mesh *mesh, const vrmllib::file &file)
160{
161 for (vrmllib::file::roots_t::const_iterator i=file.roots.begin(), e=file.roots.end(); i!=e; ++i)
162 parseNode(mesh, *i);
163}
164
165void parseNode(Mesh *mesh, const vrmllib::node *n, Matrix4 m)
166{

Callers 1

mainFunction · 0.85

Calls 3

parseNodeFunction · 0.85
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected