Skip to content

Commit

Permalink
Merge branch 'feature/volume-geometry' of https://github.com/simulari…
Browse files Browse the repository at this point in the history
…um/simularium-viewer into feature/volume-geometry
  • Loading branch information
frasercl committed Oct 2, 2024
2 parents 59ffb13 + d5ad903 commit 7f62724
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/visGeometry/VolumeModel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ import { Volume, VolumeDrawable } from "@aics/volume-viewer";

import { AgentData } from "../simularium/types";

// TEMPORARY HACK to make things typecheck
// TEMPORARY HACK to make things typecheck. TODO remove!
import { VolumeRenderImpl } from "@aics/volume-viewer/es/types/VolumeRenderImpl";
interface TempRayMarchedVolume extends VolumeRenderImpl {
boxHelper: Box3Helper;
}

export default class VolumeModel {
// TODO what to do with this?
// TODO what to do with this `cancelled` property? Type check fails without it.
// When should it be set, if ever; what should it be used for, if anything?
public cancelled = false;
private image?: VolumeDrawable;

Expand Down

0 comments on commit 7f62724

Please sign in to comment.