Skip to content

Commit ffa0edc

Browse files
committed
Merge branch 'master' of https://github.com/jamierobertson1/VulkanSceneGraph into jamierobertson1-master
2 parents e01ab45 + 29ebb2f commit ffa0edc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/vsg/utils/PolytopeIntersector.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,8 @@ PolytopeIntersector::PolytopeIntersector(const Camera& camera, double xMin, doub
229229
eyespace.push_back(pl * projectionMatrix);
230230
}
231231

232+
_polytopeStack.push_back(eyespace);
233+
232234
vsg::Polytope worldspace;
233235
for (auto& pl : eyespace)
234236
{

0 commit comments

Comments
 (0)