-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7469a60
commit 7a8cdb3
Showing
1 changed file
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,14 @@ | ||
learning-threejs | ||
================ | ||
|
||
Branch used to update all examples to three.js release r63 | ||
## Second edition learning Three.js | ||
|
||
The examples in this branch are based on r63 and correspond to the second edition of "Learning Three.js" | ||
|
||
## Third edition Learning Three.js | ||
|
||
Currently I'm in progress of converting all the examples to the latest (r88 as of now) of Three.js for the | ||
third edition of "Learning Three.js", if you want to follow the progress check the following repository: | ||
|
||
https://github.com/josdirksen/learning-threejs-third/ | ||
|
||
Code repository for the examples from the Packt book "Learning Threejs" |