| 284 | } |
| 285 | |
| 286 | scene::INodePtr StaticGeometryNode::clone() const |
| 287 | { |
| 288 | StaticGeometryNode::Ptr clone(new StaticGeometryNode(*this)); |
| 289 | clone->construct(); |
| 290 | clone->constructClone(*this); |
| 291 | |
| 292 | return clone; |
| 293 | } |
| 294 | |
| 295 | void StaticGeometryNode::onInsertIntoScene(scene::IMapRootNode& root) |
| 296 | { |
nothing calls this directly
no test coverage detected