| 29 | // Inlined definitions //////////////////////////////////////////////////// |
| 30 | |
| 31 | void Boxes::commit() |
| 32 | { |
| 33 | Builder::commit(); |
| 34 | |
| 35 | dimensions = getParam<vec3i>("dimensions", vec3i(4)); |
| 36 | |
| 37 | addPlane = false; |
| 38 | } |
| 39 | |
| 40 | cpp::Group Boxes::buildGroup() const |
| 41 | { |
no test coverage detected