* Adds geometry from the renderer's retained mode into the builder's * combined geometry.
(geometry)
| 164 | * combined geometry. |
| 165 | */ |
| 166 | addRetained(geometry) { |
| 167 | this.addGeometry(geometry); |
| 168 | } |
| 169 | |
| 170 | /** |
| 171 | * Cleans up the state of the renderer and returns the combined geometry that |
no test coverage detected