UNPKG

@acransac/vtk.js

Version:

Visualization Toolkit for the Web

18 lines (16 loc) 779 B
import vtkGeometryRepresentationProxy from './GeometryRepresentationProxy'; import vtkGlyphRepresentationProxy from './GlyphRepresentationProxy'; import vtkMoleculeRepresentationProxy from './MoleculeRepresentationProxy'; import vtkSkyboxRepresentationProxy from './SkyboxRepresentationProxy'; import vtkSliceRepresentationProxy from './SliceRepresentationProxy'; import vtkSlicedGeometryRepresentationProxy from './SlicedGeometryRepresentationProxy'; import vtkVolumeRepresentationProxy from './VolumeRepresentationProxy'; export default { vtkGeometryRepresentationProxy, vtkGlyphRepresentationProxy, vtkMoleculeRepresentationProxy, vtkSkyboxRepresentationProxy, vtkSliceRepresentationProxy, vtkSlicedGeometryRepresentationProxy, vtkVolumeRepresentationProxy, };