diff --git a/NOTES.md b/NOTES.md index 7ca58cb..9c17010 100644 --- a/NOTES.md +++ b/NOTES.md @@ -6,4 +6,5 @@ - [ ] article write up - [ ] mention debug tools in article write up - [ ] switch to uglified/minified version when complete -- [ ] setup new title in html files, read me, and repo + +auto rotate for camera in debug mode, until interaction happens diff --git a/README.md b/README.md index 60ad5ce..82ae933 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Particle Loader +# 3D Particle Explorations -*Particle loader with transitions*, *Jack Rugile* +*Explorations of particle animations in 3D space with three.js.*, *Jack Rugile* ![Image Title](link) diff --git a/index.html b/index.html index d1baf8f..7328e31 100755 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ - Particle Loader | Demo 1 | Codrops + 3D Particle Explorations | Demo 1 | Codrops @@ -74,7 +74,7 @@ -

Particle Loader

+

3D Particle Explorations

diff --git a/index2.html b/index2.html index 8906e65..639eb20 100755 --- a/index2.html +++ b/index2.html @@ -3,7 +3,7 @@ - Particle Loader | Demo 2 | Codrops + 3D Particle Explorations | Demo 2 | Codrops @@ -74,7 +74,7 @@ -

Particle Loader

+

3D Particle Explorations

diff --git a/index3.html b/index3.html index 83ff788..8726e47 100755 --- a/index3.html +++ b/index3.html @@ -3,7 +3,7 @@ - Particle Loader | Demo 3 | Codrops + 3D Particle Explorations | Demo 3 | Codrops @@ -74,7 +74,7 @@ -

Particle Loader

+

3D Particle Explorations

diff --git a/index4.html b/index4.html index b555b2f..e77d4de 100644 --- a/index4.html +++ b/index4.html @@ -3,7 +3,7 @@ - Particle Loader | Demo 4 | Codrops + 3D Particle Explorations | Demo 4 | Codrops @@ -74,7 +74,7 @@ -

Particle Loader

+

3D Particle Explorations

diff --git a/index5.html b/index5.html index 43f71f1..7a2aaea 100644 --- a/index5.html +++ b/index5.html @@ -3,7 +3,7 @@ - Particle Loader | Demo 5 | Codrops + 3D Particle Explorations | Demo 5 | Codrops @@ -74,7 +74,7 @@ -

Particle Loader

+

3D Particle Explorations

diff --git a/index6.html b/index6.html index 76b1971..0d33c93 100644 --- a/index6.html +++ b/index6.html @@ -3,7 +3,7 @@ - Particle Loader | Demo 6 | Codrops + 3D Particle Explorations | Demo 6 | Codrops @@ -74,7 +74,7 @@ -

Particle Loader

+

3D Particle Explorations

diff --git a/index7.html b/index7.html index eb7ac9f..0ca9cf6 100644 --- a/index7.html +++ b/index7.html @@ -3,7 +3,7 @@ - Particle Loader | Demo 7 | Codrops + 3D Particle Explorations | Demo 7 | Codrops @@ -74,7 +74,7 @@ -

Particle Loader

+

3D Particle Explorations

diff --git a/index8.html b/index8.html index e3ca061..0496b93 100644 --- a/index8.html +++ b/index8.html @@ -3,7 +3,7 @@ - Particle Loader | Demo 8 | Codrops + 3D Particle Explorations | Demo 8 | Codrops @@ -74,7 +74,7 @@ -

Particle Loader

+

3D Particle Explorations

diff --git a/package.json b/package.json index c1b9fbc..ce556ab 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { - "name": "codrops-particle-loader", + "name": "3d-particle-explorations", "version": "1.0.0", "description": "", "main": "gulpfile.js", "repository": { "type": "git", - "url": "git+https://github.com/jackrugile/codrops-particle-loader.git" + "url": "git+https://github.com/jackrugile/3d-particle-explorations.git" }, "devDependencies": { "babel-core": "^6.26.0",