| 497 | } |
| 498 | |
| 499 | bool ShadingControl_Impl::addSubSurfaces(const std::vector<SubSurface>& subSurfaces) { |
| 500 | bool ok = true; |
| 501 | for (const SubSurface& subSurface : subSurfaces) { |
| 502 | ok &= addSubSurface(subSurface); |
| 503 | } |
| 504 | return ok; |
| 505 | } |
| 506 | |
| 507 | void ShadingControl_Impl::removeAllSubSurfaces() { |
| 508 | clearExtensibleGroups(); |