|
@@ -78,7 +78,7 @@ export class Viewer {
|
|
|
|
|
|
async loadWithUNITMPMembraneRepresentation(url: string, regionDescriptors: any) {
|
|
|
const membraneNormal: Vec3 = Vec3.fromObj(
|
|
|
- (window as any) ['regionDescriptors']['membrane-normal'] as any
|
|
|
+ regionDescriptors['membrane-normal']
|
|
|
);
|
|
|
const membrane: MembraneOrientation = {
|
|
|
planePoint1: Vec3.fromArray(Vec3.zero(), membraneNormal, 0),
|