diff --git a/demo/client/src/3d-demo.ts b/demo/client/src/3d-demo.ts index 96c8f59d..8b84254e 100644 --- a/demo/client/src/3d-demo.ts +++ b/demo/client/src/3d-demo.ts @@ -903,6 +903,10 @@ class ThreeDAtlasRenderer extends TextRenderer { private allAtlasGlyphs: AtlasGlyph[]; + get backgroundColor(): glmatrix.vec4 { + return glmatrix.vec4.create(); + } + constructor(renderContext: ThreeDView, atlasGlyphs: AtlasGlyph[]) { super(renderContext); this.allAtlasGlyphs = atlasGlyphs;