Commit 73aea1ecc13ad3f783fa6102f9d4cfc37c61e0f8

Authored by tfmoraes
1 parent 841e49ab

ENH: Using vtkFixedPointVolumeRayCastMapper in Raycasting

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
invesalius/constants.py
... ... @@ -297,7 +297,7 @@ ID_TO_BMP = {VOL_FRONT: [_("Front"), os.path.join(ICON_DIR, "view_front.png")],
297 297 }
298 298  
299 299 # if 1, use vtkVolumeRaycastMapper, if 0, use vtkFixedPointVolumeRayCastMapper
300   -TYPE_RAYCASTING_MAPPER = 1
  300 +TYPE_RAYCASTING_MAPPER = 0
301 301  
302 302 folder=RAYCASTING_PRESETS_DIRECTORY= os.path.abspath(os.path.join("..",
303 303 "presets",
... ...