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

Pass the target element to the events emitted by the cursor (fixes #1… #1081

Merged
merged 1 commit into from Mar 5, 2016

Conversation

dmarcos
Copy link
Member

@dmarcos dmarcos commented Mar 4, 2016

…067)

@dmarcos
Copy link
Member Author

dmarcos commented Mar 4, 2016

As requested by @mayognaise. Is this what you need?

@ngokevin
Copy link
Member

ngokevin commented Mar 4, 2016

looks good. initial raycaster tests would be great

@mayognaise
Copy link
Contributor

Hi! Is it possible to put this into 0.1.3?

@dmarcos
Copy link
Member Author

dmarcos commented Mar 4, 2016

@ngokevin Can we cherry pick this commit and make a 0.1.3 release?

@ngokevin
Copy link
Member

ngokevin commented Mar 4, 2016

@mayognaise I can provide you a custom build of 0.1.2 with this cherry-picked. We might be able to release next week, and we might clear the blockers preventing you to upgrade as well.

@dmarcos dmarcos force-pushed the clickTarget branch 3 times, most recently from f87a0da to 5f7ec4f Compare March 4, 2016 23:33
var entityFactory = require('../helpers').entityFactory;

suite('raycaster', function () {
'use strict';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't think we need the strict since we have a linter

@ngokevin
Copy link
Member

ngokevin commented Mar 4, 2016

r+wc we'll do stronger tests later when we improve the raycaster component

@dmarcos
Copy link
Member Author

dmarcos commented Mar 4, 2016

Notice that the raycaster test is a bonus. This patch doesn't touch the raycaster but the cursor

@ngokevin
Copy link
Member

ngokevin commented Mar 4, 2016

looks good

@ngokevin
Copy link
Member

ngokevin commented Mar 5, 2016

Thanks for the bonus.

dmarcos added a commit that referenced this pull request Mar 5, 2016
Pass the target element to the events emitted by the cursor (fixes #1
@dmarcos dmarcos merged commit 15f207d into aframevr:dev Mar 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants