Skip to content

Commit

Permalink
remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike-Leo-Smith authored Jan 12, 2024
1 parent c58b9d2 commit a470b03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/base/geometry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ void Geometry::_process_shape(
}

// emplace instance here since we need to know the opaque property
_accel.emplace_back(*mesh.resource, object_to_world, visible, false);
//(properties & Shape::property_flag_maybe_non_opaque) == 0u);
_accel.emplace_back(*mesh.resource, object_to_world, visible,
(properties & Shape::property_flag_maybe_non_opaque) == 0u);

auto light_tag = 0u;
auto medium_tag = 0u;
Expand Down

0 comments on commit a470b03

Please sign in to comment.