File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 22< html >
33 < head >
44 < meta charset ="utf-8 ">
5- < title > Calibration editor </ title >
5+ < title > Calibration input </ title >
66 < style >
77 body { margin : 0 ; }
88 </ style >
2121 </ script >
2222
2323 < script type ="module ">
24- import { CalibrationInput } from './calibration-editor /calibration-editor .js' ;
24+ import { CalibrationInput } from './calibration/calibration-input .js' ;
2525
2626 function onCalibrationInput ( editor , calibration ) {
2727 editor . parentNode . removeChild ( editor ) ;
Original file line number Diff line number Diff line change 2424
2525 import * as THREE from 'three' ;
2626 import * as MRC from 'reality-mixer' ;
27- import { CalibrationInput } from './calibration-editor /calibration-editor .js' ;
27+ import { CalibrationInput } from './calibration/calibration-input .js' ;
2828
2929 import { BoxLineGeometry } from '../node_modules/three/examples/jsm/geometries/BoxLineGeometry.js' ;
3030 import { VRButton } from '../node_modules/three/examples/jsm/webxr/VRButton.js' ;
You can’t perform that action at this time.
0 commit comments