Some small cleanup

Remove virtual attribute from some of the raycaster functions
This commit is contained in:
Alexander Bock
2019-12-16 09:50:34 +01:00
parent 016d314cf9
commit cf3a641103
5 changed files with 27 additions and 14 deletions

View File

@@ -245,8 +245,7 @@ namespace openspace {
);
}
else {
LINFO("Number of raycasting steps not specified for Milkway Galaxy."
" Using default value.");
LINFO("Number of raycasting steps not specified. Using default value.");
}
_downScaleVolumeRendering.setVisibility(
@@ -254,7 +253,7 @@ namespace openspace {
);
if (volumeDictionary.hasKey(DownscaleVolumeRenderingInfo.identifier)) {
_downScaleVolumeRendering =
volumeDictionary.value<float>(DownscaleVolumeRenderingInfo.identifier);
volumeDictionary.value<float>(DownscaleVolumeRenderingInfo.identifier);
}
if (!dictionary.hasKeyAndValue<ghoul::Dictionary>("Points")) {