Browse Source

Merge pull request #20652 from Mugen87/dev51

Examples: More clean up.
Michael Herzog 4 years ago
parent
commit
3a13bf4047

+ 8 - 8
examples/textures/lensflare/LICENSE.txt

@@ -1,16 +1,16 @@
-lensflare0.png 
-lensflare1.png 
-lensflare2.png 
-lensflare3.png 
+lensflare0.png
+lensflare1.png
+lensflare2.png
+lensflare3.png
 
-3D assets and textures for ROME "3 Dreams of Black" at http://ro.me are licensed 
-under a Creative CommonsAttribution-NonCommercial-ShareAlike 3.0 Unported License 
+3D assets and textures for ROME "3 Dreams of Black" at http://www.ro.me are licensed 
+under a Creative CommonsAttribution-NonCommercial-ShareAlike 3.0 Unported License
 ( http://creativecommons.org/licenses/by-nc-sa/3.0/ ).
 
 ---------------------------------------------------------------------------
-hexangle.png 
+hexangle.png
 
 CC0 - Public Domain Donation by hackcraft.de
 
 http://opengameart.org/content/lens-flares-and-particles
-http://creativecommons.org/publicdomain/zero/1.0/
+http://creativecommons.org/publicdomain/zero/1.0/

+ 1 - 1
examples/webgl_lensflares.html

@@ -10,7 +10,7 @@
 	<body>
 		<div id="info">
 			<a href="https://threejs.org" target="_blank" rel="noopener">three.js</a> - lensflares<br/>
-			textures from <a href="http://ro.me">ro.me</a><br/>
+			textures from <a href="http://www.ro.me" target="_blank" rel="noopener">ro.me</a><br/>
 			fly with WASD/RF/QE + mouse
 		</div>
 

+ 1 - 1
examples/webgl_lights_hemisphere.html

@@ -19,7 +19,7 @@
 		<div id="container"></div>
 		<div id="info">
 			<a href="https://threejs.org" target="_blank" rel="noopener">three.js</a> - webgl hemisphere light example<br/>
-			flamingo by <a href="http://mirada.com/">mirada</a> from <a href="http://ro.me">rome</a><br/><br/>
+			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/>
 			<button id="hemisphereButton">toggle hemisphere light</button>
 			<button id="directionalButton">toggle directional light</button>
 		</div>

+ 1 - 1
examples/webgl_morphtargets_horse.html

@@ -19,7 +19,7 @@
 
 		<div id="info">
 			<a href="https://threejs.org" target="_blank" rel="noopener">three.js</a> webgl - morph targets - horse<br/>
-			model by <a href="http://mirada.com/">mirada</a> from <a href="http://ro.me">rome</a>
+			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>
 		</div>
 
 		<script type="module">

+ 1 - 1
examples/webgl_shadowmap.html

@@ -10,7 +10,7 @@
 	<body>
 
 		<div id="info">
-		<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 />
+		<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 />
 		move camera with WASD / RF + mouse<br />
 		t: toggle HUD
 		</div>

+ 1 - 1
examples/webgl_shadowmap_performance.html

@@ -10,7 +10,7 @@
 	<body>
 
 		<div id="info">
-		<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 />
+		<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 />
 		move camera with WASD / RF + mouse
 		</div>