phetsims / rutherford-scattering

"Rutherford Scattering" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
2 stars 3 forks source link

inconsistent light perspective #130

Closed amanda-phet closed 6 years ago

amanda-phet commented 6 years ago

I just noticed that this button has a light perspective from the bottom left, which is inconsistent with the other buttons in this sim and all of our sims. screen shot 2017-11-21 at 10 42 12 am

It should be changed so the light is coming from the top left, like these buttons: screen shot 2017-11-21 at 10 43 43 am

jessegreenberg commented 6 years ago

Thanks @amanda-phet, I will look into why.

jessegreenberg commented 6 years ago

LaserPointerNode has

    buttonRotation: 0, // {number} use this to adjust lighting on the button

Probably related to that.

jessegreenberg commented 6 years ago

Fixed in the above commit, here it is in master: capture

jessegreenberg commented 6 years ago

Closing.