Selaa lähdekoodia

Add threejsfundamentals links useful-links

I added it twice, once as a starting resource and again as a advanced resource since it's trying to be both. I hope that's okay.

Also FYI, some of the links point to really old tutorials from like 2012 that I'm just guessing won't work with current three.js
Greggman 6 vuotta sitten
vanhempi
commit
e1f0cf4240
1 muutettua tiedostoa jossa 6 lisäystä ja 0 poistoa
  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>
 		<ul>
+			<li>
+				[link:https://threejsfundamentals.org/threejs/lessons/threejs-fundamentals.html Three.js Fundamentals starting lesson]
+			</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].
 			</li>
@@ -43,6 +46,9 @@
 
 		<h3>More extensive / advanced articles and courses</h3>
 		<ul>
+			<li>
+				[link:https://threejsfundamentals.org/ Three.js Fundamentals]
+			</li>
 			<li>
 				[link:http://blog.cjgammon.com/ Collection of tutorials] by [link:http://www.cjgammon.com/ CJ Gammon].
 			</li>