* Cleans up the state of the renderer and returns the combined geometry that * was built. * @returns p5.Geometry The flattened, combined geometry
()
| 173 | * @returns p5.Geometry The flattened, combined geometry |
| 174 | */ |
| 175 | finish() { |
| 176 | this.renderer._pInst.pop(); |
| 177 | return this.geometry; |
| 178 | } |
| 179 | } |
| 180 | |
| 181 | /** |
no test coverage detected