(under construction...)
bower install poseeditor
Please include this file.
#{bower_components}/poseeditor/build/poseeditor.js
or
#{bower_components}/poseeditor/build/poseeditor.min.js
For detail to index.html
.
- bower
- gulp
- tsd (TypeScript Definition manager)
- tsc >= 1.6 (TypeScript Compiler)
bower install
tsd install
npm install
gulp watch
./s.sh # start server
Then, access http://localhost:30000/
!
Pose Editor is licensed under the MIT License.
--
Files under ext
directory(TransformControls.js, OrbitControls.js) are copied from examples of Three.js.
These files are licensed under the MIT license.