Skip to content

Commit

Permalink
BUG: Ensure CUDA RayCaster is sets visible to true by default
Browse files Browse the repository at this point in the history
  • Loading branch information
NicerNewerCar committed Jan 5, 2024
1 parent 0654b7a commit 285ee9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libautoscoper/src/gpu/cuda/RayCaster.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,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;
Expand Down

0 comments on commit 285ee9d

Please sign in to comment.