| 157 | } |
| 158 | |
| 159 | void 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 | |
| 165 | void parseNode(Mesh *mesh, const vrmllib::node *n, Matrix4 m) |
| 166 | { |