diff --git a/src/model.ts b/src/model.ts index 444a311..50443bb 100644 --- a/src/model.ts +++ b/src/model.ts @@ -35,6 +35,7 @@ type NVRMesh = { url: string; layers: NVRMeshLayer[] } & Pick< */ type LoadableVolumeOptions = Pick< Partial, + | "name" | "opacity" | "colormap" | "colormapNegative"