diff --git a/libautoscoper/src/gpu/cuda/RayCaster.cpp b/libautoscoper/src/gpu/cuda/RayCaster.cpp index 92c267c5..2c103e7c 100644 --- a/libautoscoper/src/gpu/cuda/RayCaster.cpp +++ b/libautoscoper/src/gpu/cuda/RayCaster.cpp @@ -66,6 +66,7 @@ RayCaster::RayCaster() : volumeDescription_(0), std::stringstream name_stream; name_stream << "DrrRenderer" << (++num_ray_casters); name_ = name_stream.str(); + visible_ = true; viewport_[0] = -1.0f; viewport_[1] = -1.0f;