Skip to content

Commit 9b39446

Browse files
committed
Renaming
1 parent abcf3dc commit 9b39446

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/calibration_editor.html renamed to examples/calibration_input.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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>
@@ -21,7 +21,7 @@
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);

examples/webxr_vr_ballshooter.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
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';

0 commit comments

Comments
 (0)