You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An IconNode is created in BAM/Molecule3DDialog.js with a pattern as follows const iconNode = ThreeNode.rasterized({resolution:2});The iconNode is then added to an aquaRadioButton. The appearance looks as though the aquaRadioButton.node is scaled-down but its scale isn't restored so the icon looks tiny.
@jonathanolson Mentioned that this may be a problem with the THREENode scaling handled in Node.rasterized(). @jonathanolson asked to be assigned to investigate.
The text was updated successfully, but these errors were encountered:
Found during phetsims/build-a-molecule#139:
An
IconNode
is created in BAM/Molecule3DDialog.js with a pattern as followsconst iconNode = ThreeNode.rasterized({resolution:2});
The iconNode is then added to an aquaRadioButton. The appearance looks as though the aquaRadioButton.node is scaled-down but its scale isn't restored so the icon looks tiny.@jonathanolson Mentioned that this may be a problem with the THREENode scaling handled in Node.rasterized(). @jonathanolson asked to be assigned to investigate.
The text was updated successfully, but these errors were encountered: