|
@@ -27,6 +27,7 @@ import { setFSModule } from '../mol-util/data-source';
|
|
|
import { MembraneOrientationPreset, loadWithUNITMPMembraneRepresentation } from '../tmdet-extension/behavior';
|
|
|
import { TmDetColorThemeProvider } from '../tmdet-extension/tmdet-color-theme';
|
|
|
import { TmDetLabelProvider } from '../tmdet-extension/labeling';
|
|
|
+import { ColorNames } from '../mol-util/color/names';
|
|
|
|
|
|
|
|
|
const IMAGE_WIDTH = 800;
|
|
@@ -68,6 +69,7 @@ async function main() {
|
|
|
const externalModules: ExternalModules = { gl, pngjs, 'jpeg-js': jpegjs };
|
|
|
const canvasParams = defaultCanvas3DParams();
|
|
|
canvasParams.camera!.mode = "perspective";
|
|
|
+ canvasParams.renderer!.backgroundColor = ColorNames.black;
|
|
|
const plugin = new HeadlessPluginContext(
|
|
|
externalModules,
|
|
|
DefaultPluginSpec(),
|