| 106 | } |
| 107 | |
| 108 | void InflatorEngine::with_shape_velocities() { |
| 109 | throw NotImplementedError( |
| 110 | "Shape velocity computation is not supported for this type of inflator"); |
| 111 | } |
| 112 | |
| 113 | void InflatorEngine::set_uniform_thickness(Float thickness) { |
| 114 | if (m_thickness_type == PER_VERTEX) { |