Skip to content

Change linePrecision on raycaster#88

Merged
rctoris merged 1 commit intoRobotWebTools:masterfrom
mszarski:patch-2
Dec 8, 2014
Merged

Change linePrecision on raycaster#88
rctoris merged 1 commit intoRobotWebTools:masterfrom
mszarski:patch-2

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