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

Add CursorRayCam component to filter cameras used by CursorRayPlugin #124

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

rydb
Copy link

@rydb rydb commented Oct 8, 2024

I'm using the CursorRayPlugin for my project, but currently, update_cursor_ray updates the CursorRay based on every camera in the world with no filter options. This breaks the plugin for my project which uses multiple cameras.

This pr fixes this by adding the CursorRayCam component to attach to cameras to mark them as targets for the CursorRayPlugin.

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

Successfully merging this pull request may close these issues.

1 participant