Skip to content

Commit f6dba25

Browse files
committed
Examples: Added padding after script tag.
1 parent be18285 commit f6dba25

File tree

330 files changed

+330
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

330 files changed

+330
-0
lines changed

examples/css2d_label.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<div id="info"><a href="http://threejs.org" target="_blank" rel="noopener">three.js</a> css2d - label</div>
1919

2020
<script type="module">
21+
2122
import * as THREE from '../build/three.module.js';
2223

2324
import { OrbitControls } from './jsm/controls/OrbitControls.js';

examples/css3d_molecules.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
<div id="menu"></div>
6666

6767
<script type="module">
68+
6869
import * as THREE from '../build/three.module.js';
6970

7071
import { TrackballControls } from './jsm/controls/TrackballControls.js';

examples/css3d_orthographic.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<div id="info"><a href="http://threejs.org" target="_blank" rel="noopener">three.js</a> css3d - orthographic</div>
2222

2323
<script type="module">
24+
2425
import * as THREE from '../build/three.module.js';
2526

2627
import { OrbitControls } from './jsm/controls/OrbitControls.js';

examples/css3d_panorama.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<div id="info"><a href="http://threejs.org" target="_blank" rel="noopener">three.js css3d</a> - panorama demo. cubemap by <a href="http://www.humus.name/index.php?page=Textures" target="_blank" rel="noopener">Humus</a>.</div>
1111

1212
<script type="module">
13+
1314
import * as THREE from '../build/three.module.js';
1415

1516
import { CSS3DRenderer, CSS3DObject } from './jsm/renderers/CSS3DRenderer.js';

examples/css3d_panorama_deviceorientation.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<div id="info"><a href="http://threejs.org" target="_blank" rel="noopener">three.js</a> css3d - panorama - device orientation.<br/>cubemap by <a href="http://www.humus.name/index.php?page=Textures" target="_blank" rel="noopener">Humus</a>.</div>
1111

1212
<script type="module">
13+
1314
import * as THREE from '../build/three.module.js';
1415

1516
import { DeviceOrientationControls } from './jsm/controls/DeviceOrientationControls.js';

examples/css3d_periodictable.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@
9393
</div>
9494

9595
<script type="module">
96+
9697
import * as THREE from '../build/three.module.js';
9798

9899
import { TrackballControls } from './jsm/controls/TrackballControls.js';

examples/css3d_sandbox.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<div id="info"><a href="http://threejs.org" target="_blank" rel="noopener">three.js</a> css3d - sandbox</div>
1818

1919
<script type="module">
20+
2021
import * as THREE from '../build/three.module.js';
2122

2223
import { TrackballControls } from './jsm/controls/TrackballControls.js';

examples/css3d_sprites.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<div id="container"></div>
2323

2424
<script type="module">
25+
2526
import * as THREE from '../build/three.module.js';
2627

2728
import { TrackballControls } from './jsm/controls/TrackballControls.js';

examples/css3d_youtube.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
<div id="blocker"></div>
2525

2626
<script type="module">
27+
2728
import * as THREE from '../build/three.module.js';
2829

2930
import { TrackballControls } from './jsm/controls/TrackballControls.js';

examples/misc_animation_authoring.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<script src="js/libs/timeliner_gui.min.js"></script>
1717

1818
<script type="module">
19+
1920
import * as THREE from '../build/three.module.js';
2021

2122
import { TransformControls } from './jsm/controls/TransformControls.js';

0 commit comments

Comments
 (0)