| 737 | }; |
| 738 | |
| 739 | struct obj_shape { |
| 740 | std::vector<real_t> v; |
| 741 | std::vector<real_t> vn; |
| 742 | std::vector<real_t> vt; |
| 743 | }; |
| 744 | |
| 745 | // |
| 746 | // Manages group of primitives(face, line, points, ...) |
nothing calls this directly
no outgoing calls
no test coverage detected