File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ If you like this software, consider donating to me at this link: [http://upokece
99
1010A public domain JavaScript library for easing the development of HTML 3D applications.
1111
12- API documentation is found at: [ https://peteroupc.github.io/html3dutil ] ( https://peteroupc.github.io/html3dutil )
12+ * Source code is available in the [ project page] ( https://github.com/peteroupc/html3dutil ) .
13+ * API documentation is found at: [ https://peteroupc.github.io/html3dutil ] ( https://peteroupc.github.io/html3dutil )
1314
1415The file "glutil_min.js" is a minified single-file version of the library. Include it in your HTML
1516as follows:
@@ -45,6 +46,12 @@ and applying them to 3D shapes.
4546texture -- a linear gradient from one color to another.
4647* [ starfield.html] ( https://peteroupc.github.io/html3dutil/starfield.html ) - Demo of a star field.
4748
49+ Other Sites
50+ --------
51+ * CodePlex: https://html3dutil.codeplex.com/
52+ * Code Project: http://www.codeproject.com/Tips/896839/Public-Domain-HTML-ThreeD-Library
53+ * SourceForge: https://sourceforge.net/p/html3dutil
54+
4855Examples
4956---------
5057``` javascript
@@ -120,10 +127,6 @@ Version 0.2:
120127
121128- First Code Project release
122129
123- Source Code
124- ---------
125- Source code is available in the [ project page] ( https://github.com/peteroupc/html3dutil ) .
126-
127130About
128131-----------
129132
You can’t perform that action at this time.
0 commit comments