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

flatline unable to catch event with raycaster #7

Closed
lslzl3000 opened this issue Oct 12, 2021 · 2 comments
Closed

flatline unable to catch event with raycaster #7

lslzl3000 opened this issue Oct 12, 2021 · 2 comments

Comments

@lslzl3000
Copy link

Try this demo https://codepen.io/ShuangLiu/pen/MWvYBLq
pathStroke(2) enable flatline, but unable to catch event with raycaster

@lslzl3000
Copy link
Author

the latest three example should fix this problem

_start.w = 1;
_end.w = 1; // camera space

it should be

_start4.w = 1;
_end4.w = 1;  // camera space 

@vasturiano
Copy link
Owner

Thanks for the report @lslzl3000. I've updated the code to the latest version, which should fix this issue if you pull the latest version of this module.

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