chore(viewer-lib): Export line and point speckle materials (#5733)
This commit is contained in:
committed by
GitHub
parent
68d5881179
commit
ba0fd8c7b2
@@ -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/*
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user