| 82 | } |
| 83 | |
| 84 | virtual void gen_render_instances(std::vector<scene::render_instance_uptr>& instances, |
| 85 | scene::damage_callback push_damage, wf::output_t *output = nullptr) |
| 86 | { |
| 87 | if (auto view = _view.lock()) |
| 88 | { |
| 89 | view->get_transformed_node()->gen_render_instances(instances, push_damage, output); |
| 90 | } |
| 91 | } |
| 92 | |
| 93 | virtual wf::geometry_t get_bounding_box() |
| 94 | { |
nothing calls this directly
no outgoing calls
no test coverage detected