We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4484eeb commit 5948c99Copy full SHA for 5948c99
1 file changed
src/webgl-preview.ts
@@ -469,6 +469,10 @@ export class WebGLPreview {
469
}
470
471
private renderGeometries(paths = this.job.extrusions): void {
472
+ if (!this.renderExtrusion || !this.renderTubes) {
473
+ return;
474
+ }
475
+
476
if (Object.keys(this._geometries).length === 0 && this.renderTubes) {
477
let color: number;
478
paths.forEach((path) => {
0 commit comments