chore(viewer-lib): Export line and point speckle materials (#5733)

This commit is contained in:
Alexandru Popovici
2026-01-06 12:40:12 +02:00
committed by GitHub
parent 68d5881179
commit ba0fd8c7b2
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ RUN yarn workspaces foreach -W run build
RUN apt-get update -y \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y \
--no-install-recommends \
python3.12=3.12.3-1ubuntu0.8 \
python3.12=3.12.3-1ubuntu0.9 \
python3-pip=24.0+dfsg-1ubuntu1.3 \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
+4
View File
@@ -184,6 +184,8 @@ import {
DefaultObjectPickConfiguration
} from './modules/SpeckleRenderer.js'
import { ChunkArray, VirtualArray } from './modules/converter/VirtualArray.js'
import SpeckleLineMaterial from './modules/materials/SpeckleLineMaterial.js'
import SpecklePointMaterial from './modules/materials/SpecklePointMaterial.js'
export {
Viewer,
LegacyViewer,
@@ -243,6 +245,8 @@ export {
SpeckleStandardMaterial,
SpeckleBasicMaterial,
SpeckleTextMaterial,
SpeckleLineMaterial,
SpecklePointMaterial,
TextLabel,
NodeRenderView,
SpeckleGeometryConverter,