phetsims / natural-selection

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

Dominant and recessive traits are the same #265

Closed liammulh closed 3 years ago

liammulh commented 3 years ago

Test Device

MacBook Air

Operating System

macOS 11.2.3

Browser

Safari 14.0.3

Problem Description

~On the Lab screen, it looks like both options for the teeth are long teeth. See screenshot below and images pulled from this repo's images directory for comparison.~ It looks like the dominant and recessive traits are the same. Is this how it's supposed to be?

Visuals

In the sim: issue

longTeeth.png: longTeeth

shortTeeth.png: shortTeeth

Troubleshooting Information Name: ‪Natural Selection‬ URL: https://phet-dev.colorado.edu/html/natural-selection/1.3.0-dev.1/phet/natural-selection_all_phet.html Version: 1.3.0-dev.1 2021-04-05 21:34:10 UTC Features missing: touch User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Safari/605.1.15 Language: en-us Window: 1440x820 Pixel Ratio: 1/1 WebGL: WebGL 1.0 GLSL: WebGL GLSL ES 1.0 (1.0) Vendor: WebKit (WebKit WebGL) Vertex: attribs: 16 varying: 15 uniform: 1024 Texture: size: 16384 imageUnits: 16 (vertex: 16, combined: 32) Max viewport: 8192x8192 OES_texture_float: true Dependencies JSON: {}
pixelzoom commented 3 years ago

@liam-mulhall I think you're confused about what's going on here. Notice that all 3 pairs of buttons have identical icons. Those are the icons for the mutant allele (form of the gene). What this control is doing is choosing whether the mutant allele is dominant or recessive.

If I haven't understood the problem you're reporting, try again.

liammulh commented 3 years ago

Ah, I see now. Thanks, @pixelzoom. My brain is a bit fried.

pixelzoom commented 3 years ago

No problem!