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

update basic-selection tool to use selection buffer #2

Open
strattonbrazil opened this issue Dec 3, 2011 · 0 comments
Open

update basic-selection tool to use selection buffer #2

strattonbrazil opened this issue Dec 3, 2011 · 0 comments
Labels

Comments

@strattonbrazil
Copy link
Owner

The BasicSelect tool used by a lot of cursor tools uses a lot of screen-project calls, which is slow and problematic when certain points fall off the screen. For example, when doing a triangle intersection for prehighlighting, if one vertex is off screen, it will create a very, funky triangle that doesn't intersect as expected. Many selection operations should be able to just read from this buffer.

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

No branches or pull requests

1 participant