(name)
| 546 | } |
| 547 | |
| 548 | _assert3d(name) { |
| 549 | if (!this._renderer.isP3D) |
| 550 | throw new Error( |
| 551 | `${name}() is only supported in WEBGL mode. If you'd like to use 3D graphics and WebGL, see https://p5js.org/examples/form-3d-primitives.html for more information.` |
| 552 | ); |
| 553 | }; |
| 554 | |
| 555 | _initializeInstanceVariables() { |
| 556 | this._accessibleOutputs = { |
no outgoing calls
no test coverage detected