Skip to content

Commit

Permalink
augment QSMType, default focalLengthControl=direct, #2
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Feb 22, 2022
1 parent eaf9fa0 commit ad95cde
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions js/geometric-optics-basics-main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,13 @@
*/

import GOConstants from '../../geometric-optics/js/common/GOConstants.js';
import GOGlobalOptions from '../../geometric-optics/js/common/GOGlobalOptions.js';
import LensScreen from '../../geometric-optics/js/lens/LensScreen.js';
import MirrorScreen from '../../geometric-optics/js/mirror/MirrorScreen.js';
import Sim from '../../joist/js/Sim.js';
import simLauncher from '../../joist/js/simLauncher.js';
import Tandem from '../../tandem/js/Tandem.js';
import geometricOpticsBasicsStrings from './geometricOpticsBasicsStrings.js';

// ?focalLengthControl is ignored, and the 'direct' focal-length model is used.
GOGlobalOptions.focalLengthControlTypeProperty.value = 'direct';

const simOptions = {

credits: GOConstants.CREDITS,
Expand Down

0 comments on commit ad95cde

Please sign in to comment.