Skip to content

Commit 3a13bf4

Browse files
authored
Merge pull request #20652 from Mugen87/dev51
Examples: More clean up.
2 parents 9059407 + 55523f2 commit 3a13bf4

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
lensflare0.png
2-
lensflare1.png
3-
lensflare2.png
4-
lensflare3.png
1+
lensflare0.png
2+
lensflare1.png
3+
lensflare2.png
4+
lensflare3.png
55

6-
3D assets and textures for ROME "3 Dreams of Black" at http://ro.me are licensed
7-
under a Creative CommonsAttribution-NonCommercial-ShareAlike 3.0 Unported License
6+
3D assets and textures for ROME "3 Dreams of Black" at http://www.ro.me are licensed
7+
under a Creative CommonsAttribution-NonCommercial-ShareAlike 3.0 Unported License
88
( http://creativecommons.org/licenses/by-nc-sa/3.0/ ).
99

1010
---------------------------------------------------------------------------
11-
hexangle.png
11+
hexangle.png
1212

1313
CC0 - Public Domain Donation by hackcraft.de
1414

1515
http://opengameart.org/content/lens-flares-and-particles
16-
http://creativecommons.org/publicdomain/zero/1.0/
16+
http://creativecommons.org/publicdomain/zero/1.0/

examples/webgl_lensflares.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<body>
1111
<div id="info">
1212
<a href="https://threejs.org" target="_blank" rel="noopener">three.js</a> - lensflares<br/>
13-
textures from <a href="http://ro.me">ro.me</a><br/>
13+
textures from <a href="http://www.ro.me" target="_blank" rel="noopener">ro.me</a><br/>
1414
fly with WASD/RF/QE + mouse
1515
</div>
1616

examples/webgl_lights_hemisphere.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<div id="container"></div>
2020
<div id="info">
2121
<a href="https://threejs.org" target="_blank" rel="noopener">three.js</a> - webgl hemisphere light example<br/>
22-
flamingo by <a href="http://mirada.com/">mirada</a> from <a href="http://ro.me">rome</a><br/><br/>
22+
flamingo by <a href="https://mirada.com/" target="_blank" rel="noopener">mirada</a> from <a href="http://www.ro.me" target="_blank" rel="noopener">ro.me</a><br/><br/>
2323
<button id="hemisphereButton">toggle hemisphere light</button>
2424
<button id="directionalButton">toggle directional light</button>
2525
</div>

examples/webgl_morphtargets_horse.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<div id="info">
2121
<a href="https://threejs.org" target="_blank" rel="noopener">three.js</a> webgl - morph targets - horse<br/>
22-
model by <a href="http://mirada.com/">mirada</a> from <a href="http://ro.me">rome</a>
22+
model by <a href="https://mirada.com/" target="_blank" rel="noopener">mirada</a> from <a href="http://www.ro.me" target="_blank" rel="noopener">rome</a>
2323
</div>
2424

2525
<script type="module">

examples/webgl_shadowmap.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<body>
1111

1212
<div id="info">
13-
<a href="https://threejs.org" target="_blank" rel="noopener">three.js</a> - shadowmap - models by <a href="http://mirada.com/">mirada</a> from <a href="http://ro.me">rome</a><br />
13+
<a href="https://threejs.org" target="_blank" rel="noopener">three.js</a> - shadowmap - models by <a href="https://mirada.com/" target="_blank" rel="noopener">mirada</a> from <a href="http://www.ro.me" target="_blank" rel="noopener">rome</a><br />
1414
move camera with WASD / RF + mouse<br />
1515
t: toggle HUD
1616
</div>

examples/webgl_shadowmap_performance.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<body>
1111

1212
<div id="info">
13-
<a href="https://threejs.org" target="_blank" rel="noopener">three.js</a> - shadowmap - models by <a href="http://mirada.com/">mirada</a> from <a href="http://ro.me">rome</a><br />
13+
<a href="https://threejs.org" target="_blank" rel="noopener">three.js</a> - shadowmap - models by <a href="https://mirada.com/" target="_blank" rel="noopener">mirada</a> from <a href="http://www.ro.me" target="_blank" rel="noopener">rome</a><br />
1414
move camera with WASD / RF + mouse
1515
</div>
1616

0 commit comments

Comments
 (0)