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

Change linePrecision on raycaster #88

Merged
merged 1 commit into from
Dec 8, 2014
Merged

Conversation

mszarski
Copy link
Contributor

@mszarski mszarski commented Dec 8, 2014

Default THREE.Raycaster linePrecision is 1, meaning that any InteractiveMarker with THREE.Line geometry will be selected when the mouse is within 1m of any point on any line in the marker, making interaction difficult or impossible. This changes the precision so that the marker is only highlighted when the mouse is actually hovering over a line in the marker.

Default THREE.Raycaster linePrecision is 1, meaning that any InteractiveMarker with THREE.Line geometry will be selected when the mouse is within 1m of any point on any line in the marker, making interaction difficult or impossible. This changes the precision so that the marker is only highlighted when the mouse is actually hovering over a line in the marker.
rctoris added a commit that referenced this pull request Dec 8, 2014
Change linePrecision on raycaster
@rctoris rctoris merged commit 24287e0 into RobotWebTools:master Dec 8, 2014
k-aguete pushed a commit to k-aguete/ros3djs that referenced this pull request Oct 21, 2022
Add simple indicator to examples showing the status of websocket connection
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.

2 participants