Browse Source

adjust external-volume theme file name

Alexander Rose 2 years ago
parent
commit
15a3c29e7a
3 changed files with 3 additions and 3 deletions
  1. 2 2
      CHANGELOG.md
  2. 1 1
      src/mol-theme/color.ts
  3. 0 0
      src/mol-theme/color/external-volume.ts

+ 2 - 2
CHANGELOG.md

@@ -7,7 +7,7 @@ Note that since we don't clearly distinguish between a public and private interf
 ## [Unreleased]
 
 - Make `PluginContext.initContainer` checkered canvas background optional
-- `external-volume` theme (coloring of arbitrary geometries by user-selected volume)
+- Add `external-volume` theme (coloring of arbitrary geometries by user-selected volume)
 
 ## [v3.23.0] - 2022-10-19
 
@@ -18,7 +18,7 @@ Note that since we don't clearly distinguish between a public and private interf
 
 ## [v3.22.0] - 2022-10-17
 
-- Replace `VolumeIsosurfaceParams.pickingGranularity` param with `Volume.PickingGranuality` 
+- Replace `VolumeIsosurfaceParams.pickingGranularity` param with `Volume.PickingGranuality`
 
 ## [v3.21.0] - 2022-10-17
 

+ 1 - 1
src/mol-theme/color.ts

@@ -40,7 +40,7 @@ import { VolumeValueColorThemeProvider } from './color/volume-value';
 import { Vec3, Vec4 } from '../mol-math/linear-algebra';
 import { ModelIndexColorThemeProvider } from './color/model-index';
 import { StructureIndexColorThemeProvider } from './color/structure-index';
-import { ExternalVolumeColorThemeProvider } from './color/by-volume-value';
+import { ExternalVolumeColorThemeProvider } from './color/external-volume';
 
 export type LocationColor = (location: Location, isSecondary: boolean) => Color
 

+ 0 - 0
src/mol-theme/color/by-volume-value.ts → src/mol-theme/color/external-volume.ts