We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6660934 commit 7b76d9aCopy full SHA for 7b76d9a
1 file changed
src/pointers.ts
@@ -155,7 +155,8 @@ export class Pointer {
155
/**
156
* The forced intersection for a captured pointer: intersect the live ray with
157
* the stored plane for a fresh `point`/`distance`, keeping the original hit's
158
- * `face`/`uv`/`object`. Falls back to the stored hit if the ray is parallel.
+ * `face`/`uv`/`object`. Falls back to the stored hit when there's no forward
159
+ * intersection — the ray is parallel to, or points away from, the plane.
160
*/
161
private reproject(captured: Captured): Intersection {
162
this.raycaster.aim(this.context)
0 commit comments