phetsims / color-vision

"Color Vision" is an educational simulation in HTML5, by PhET Interactive Simulations.
http://phet.colorado.edu/en/simulation/color-vision
GNU General Public License v3.0
1 stars 7 forks source link

convert from PropertySet to Property #116

Closed pixelzoom closed 7 years ago

pixelzoom commented 7 years ago

Related to https://github.com/phetsims/axon/issues/102.

pixelzoom commented 7 years ago

SingleBulbModel is a PropertySet with 9 Properties, 1 DerivedProperty. RGBModel is a PropertySet with 8 Properties, 1 DerivedProperty.

pixelzoom commented 7 years ago

https://github.com/phetsims/color-vision/commit/861a74a52379cf8e4df5eb4a146fc4e166e01a67

pixelzoom commented 7 years ago

SingleBulbModel conversion is done. On to RGBModel...

pixelzoom commented 7 years ago

RGBModel conversion is done.

Tested manually and with fuzzMouse, no problems noted.

Closing.