-
Notifications
You must be signed in to change notification settings - Fork 2
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
drag indicator node not showing #189
Comments
Fixed, closing. |
On second thought, maybe this should be code reviewed. @matthew-blackman or @marlitas can you please review? |
@marlitas said she is working on this, self-unassigning. |
# Conflicts: # js/common/view/CAVScreenView.ts # js/common/view/SceneView.ts
I moved it over, and I think it's better than being in the view, but I'm not sure I'm convinced by my implementation... I started with using DerivedProperties for both the dragIndicatorVisibleProperty and the dragIndicatorValueProperty, but that felt like it was getting expensive when the DerivedProperty had to listen to every soccer ball's valueProperty... I'm not sure this is any better though. As I was testing this I was noticing that reset was taking longer than expected. Not sure if this is related to my changes or something else, but either way I'm worried about performance. Would like to review with @samreid or @matthew-blackman. |
I skimmed through the commit and feel it is the right direction. Reset already took a long time before these changes, and will probably need optimization. This issue seems a good one to review synchronously. I'll mark as help-wanted, and self-unassign for now. |
@samreid would like to review this asynchronously. |
Code review and sim behavior seem good, nice work! Closing. |
While working on #172 and related to #129, the drag indicator node is not showing even after kicking all soccer balls.
The text was updated successfully, but these errors were encountered: