Browse Source

Merge pull request #16032 from greggman/patch-1

Add threejsfundamentals links to useful-links
Mr.doob 6 years ago
parent
commit
d711023ef9
1 changed files with 6 additions and 0 deletions
  1. 6 0
      docs/manual/en/introduction/Useful-links.html

+ 6 - 0
docs/manual/en/introduction/Useful-links.html

@@ -33,6 +33,9 @@
 
 
 		<h3>Getting started with three.js</h3>
 		<h3>Getting started with three.js</h3>
 		<ul>
 		<ul>
+			<li>
+				[link:https://threejsfundamentals.org/threejs/lessons/threejs-fundamentals.html Three.js Fundamentals starting lesson]
+			</li>
 			<li>
 			<li>
 				[link:https://codepen.io/rachsmith/post/beginning-with-3d-webgl-pt-1-the-scene Beginning with 3D WebGL] by [link:https://codepen.io/rachsmith/ Rachel Smith].
 				[link:https://codepen.io/rachsmith/post/beginning-with-3d-webgl-pt-1-the-scene Beginning with 3D WebGL] by [link:https://codepen.io/rachsmith/ Rachel Smith].
 			</li>
 			</li>
@@ -43,6 +46,9 @@
 
 
 		<h3>More extensive / advanced articles and courses</h3>
 		<h3>More extensive / advanced articles and courses</h3>
 		<ul>
 		<ul>
+			<li>
+				[link:https://threejsfundamentals.org/ Three.js Fundamentals]
+			</li>
 			<li>
 			<li>
 				[link:http://blog.cjgammon.com/ Collection of tutorials] by [link:http://www.cjgammon.com/ CJ Gammon].
 				[link:http://blog.cjgammon.com/ Collection of tutorials] by [link:http://www.cjgammon.com/ CJ Gammon].
 			</li>
 			</li>