Gareth Fultz
Gareth Fultz
I don't actually have any screenshots anymore, but I just threw together a fiddle that clearly shows something is wrong. https://jsfiddle.net/Luxusor/8rszcdLb/
Using the code from my PR, here's an updated fiddle with what it should look like vs what it actually looks like in Aframe right now. https://jsfiddle.net/Luxusor/8rszcdLb/34/ The blue raycaster...
Also, I'd like to add that this is just a visual bug. The PR doesn't alter which direction the raycast is going or anything, it just makes the visual representation...
The events thumbup , thumbdown, pointup, and pointdown are all missing. Additionally, pistolstart/pistolend gets emitted when thumbup/thumbdown should be called, and gripdown/gripup are replaced by gripclose/gripopen. I do not currently...
I created a PR to solve this issue, but if there is anything wrong with my changes, I'd be happy to fix it. I will say though that the pointup...
After a ton of debugging, I found a fix to this issue and just made a PR for it. It was incredibly annoying to figure out what was causing the...
PR has been updated to fix a number of issues and to add tests