Răsfoiți Sursa

Examples: Clean up. (#34010)

Michael Herzog 1 săptămână în urmă
părinte
comite
616c6bcf6d

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

@@ -3,6 +3,6 @@ lensflare1.png
 lensflare2.png
 lensflare3.png
 
-3D assets and textures for ROME "3 Dreams of Black" at http://www.ro.me are licensed 
+3D assets and textures for ROME "3 Dreams of Black" at https://rome.mrdoob.com are licensed 
 under a Creative CommonsAttribution-NonCommercial-ShareAlike 3.0 Unported License
 ( http://creativecommons.org/licenses/by-nc-sa/3.0/ ).

+ 1 - 1
examples/webgl_gpgpu_birds_gltf.html

@@ -23,7 +23,7 @@
 
 		<div id="info">
 			<a href="https://threejs.org" target="_blank" rel="noopener">three.js</a> - webgl gpgpu birds + GLTF mesh<br/>
-			Flamingo by <a href="https://mirada.com/" target="_blank" rel="noopener">mirada</a> from <a href="https://www.ro.me/" target="_blank" rel="noopener">rome</a><br/>
+			Flamingo by <a href="https://mirada.com/" target="_blank" rel="noopener">mirada</a> from <a href="https://rome.mrdoob.com/" target="_blank" rel="noopener">rome</a><br/>
 			Move mouse to disturb birds.
 		</div>
 

+ 1 - 1
examples/webgl_lensflares.html

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

+ 1 - 1
examples/webgl_lights_hemisphere.html

@@ -23,7 +23,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="https://mirada.com/" target="_blank" rel="noopener">mirada</a> from <a href="https://www.ro.me" target="_blank" rel="noopener">ro.me</a>
+			flamingo by <a href="https://mirada.com/" target="_blank" rel="noopener">mirada</a> from <a href="https://rome.mrdoob.com" target="_blank" rel="noopener">ro.me</a>
 		</div>
 
 		<script type="x-shader/x-vertex" id="vertexShader">

+ 1 - 1
examples/webgl_morphtargets_horse.html

@@ -23,7 +23,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="https://mirada.com/" target="_blank" rel="noopener">mirada</a> from <a href="https://www.ro.me" target="_blank" rel="noopener">rome</a>
+			model by <a href="https://mirada.com/" target="_blank" rel="noopener">mirada</a> from <a href="https://rome.mrdoob.com" target="_blank" rel="noopener">rome</a>
 		</div>
 
 		<script type="importmap">

+ 1 - 1
examples/webgl_shadowmap.html

@@ -14,7 +14,7 @@
 	<body>
 
 		<div id="info">
-		<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="https://www.ro.me" target="_blank" rel="noopener">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="https://rome.mrdoob.com" target="_blank" rel="noopener">rome</a><br />
 		t: toggle HUD
 		</div>
 

+ 1 - 1
examples/webgl_shadowmap_performance.html

@@ -14,7 +14,7 @@
 	<body>
 
 		<div id="info">
-		<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="https://www.ro.me" target="_blank" rel="noopener">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="https://rome.mrdoob.com" target="_blank" rel="noopener">rome</a><br />
 		move camera with WASD / RF + mouse
 		</div>
 

+ 1 - 1
examples/webgpu_lensflares.html

@@ -22,7 +22,7 @@
 
 			<small>
 				Fly with WASD/RF/QE + mouse.<br/>
-				Textures from <a href="https://www.ro.me" target="_blank" rel="noopener">ro.me</a>
+				Textures from <a href="https://rome.mrdoob.com" target="_blank" rel="noopener">ro.me</a>
 			</small>
 		</div>
 

粤ICP备19079148号