Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…neGraph into jamierobertson1-master
  • Loading branch information
robertosfield committed Dec 24, 2024
2 parents e01ab45 + 29ebb2f commit ffa0edc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/vsg/utils/PolytopeIntersector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,8 @@ PolytopeIntersector::PolytopeIntersector(const Camera& camera, double xMin, doub
eyespace.push_back(pl * projectionMatrix);
}

_polytopeStack.push_back(eyespace);

vsg::Polytope worldspace;
for (auto& pl : eyespace)
{
Expand Down

0 comments on commit ffa0edc

Please sign in to comment.