Skip to content

Commit 98aa100

Browse files
committed
Disable hash based intersector
1 parent b31ec6f commit 98aa100

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RadeonRays/src/device/calc_intersection_device.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,14 +132,14 @@ namespace RadeonRays
132132
m_intersector_string = "hlbvh";
133133
}
134134
}
135-
else if (acctype == "hashbvh")
135+
/*else if (acctype == "hashbvh")
136136
{
137137
if (m_intersector_string != "hashbvh")
138138
{
139139
m_intersector.reset(new IntersectorBitTrail(m_device.get()));
140140
m_intersector_string = "hashbvh";
141141
}
142-
}
142+
}*/
143143
}
144144
}
145145

0 commit comments

Comments
 (0)