Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Equivalent missing to osgUtil::PolytopeIntersector #1152

Open
TP-David opened this issue Apr 11, 2024 · 1 comment
Open

Equivalent missing to osgUtil::PolytopeIntersector #1152

TP-David opened this issue Apr 11, 2024 · 1 comment

Comments

@TP-David
Copy link

Hi Robert,
Our team has been using osgUtil::PolytopeIntersector, yet in VSG there's only vsg::LineSegmentIntersector.
We chose not to use LineSegmentIntersector in OSG because it didn't catch lines or points. Would you consider creating an equivalent in VSG for polytope or can we do it ourselves?

As an example of the issue, adding state.wireframe=true to the keyPress method in IntersectionHandler (vsgintersection) does not trigger hits on newly added shapes

Thanks,
David

@robertosfield
Copy link
Collaborator

An vsg::PolytopeInersector is something I've had in mind but it's just been a matter of scheduling such work with the other tasks that have filled my time since writing vsg::LineSegmentIntersector.

This is something that users could tackle ( & ideally open source :-), if they can't wait for me to tackle it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants