Commit Graph

162 Commits

Author SHA1 Message Date
Haowei Wen e09af4093d
Merge pull request #12 from printempw/master
Refactor animations and some minor updates
2018-02-12 13:42:31 +08:00
621sama 0db8457441
Merge pull request #1 from yushijinhun/pr-12-mod
Remove MouseControl and use OrbitControls instead
2018-02-12 13:36:32 +08:00
yushijinhun c07cfefbf1
Revert "Add browser: true to env map to suppress eslint errors for browser globals"
This reverts commit b314d1b8a1.
See commit 79167ab0f8.
2018-02-12 13:27:20 +08:00
yushijinhun 14b85cd454
use un-minified js in example/index.html 2018-02-12 13:10:21 +08:00
yushijinhun ba3a79f966
clean up package-lock.json 2018-02-12 13:09:49 +08:00
printempw a0730f8da8 remove naturalSpeed property of animation function 2018-02-12 12:31:56 +08:00
yushijinhun c8b2901576
fixes 2018-02-12 11:15:17 +08:00
printempw 5b215cdcca update type definition of naturalSpeed 2018-02-12 10:39:20 +08:00
printempw 8f9127777e fix type definition of animation functions 2018-02-12 10:16:26 +08:00
yushijinhun b6533842b4
add ts defs for OrbitControls 2018-02-12 10:12:44 +08:00
yushijinhun 58a9df63bf
remove MouseControl 2018-02-12 09:46:07 +08:00
Hacksore 60a80f5422 Merge branch 'dev-watch' of github.com:Hacksore/skinview3d into dev-watch 2018-02-11 18:02:22 -06:00
Hacksore 82bcbcdaae use non-minified rollup config 2018-02-11 18:01:40 -06:00
Sean Boult 3ff043ece7
Merge branch 'master' into dev-watch 2018-02-11 13:26:14 -06:00
Hacksore 9b7713a90d Add newline to end of file 2018-02-11 13:22:58 -06:00
Hacksore d379db2fea Add html page for testing skin viewer 2018-02-11 13:20:04 -06:00
Hacksore 0ab16676a6 Add basic implementation of real time development watching 2018-02-11 13:18:14 -06:00
Hacksore b314d1b8a1 Add browser: true to env map to suppress eslint errors for browser globals 2018-02-11 13:16:31 -06:00
printempw b616ce8cf2 update README 2018-02-11 23:39:33 +08:00
printempw d9fa502cab expose properties instead of methods on `MouseControl` 2018-02-11 23:38:10 +08:00
printempw d27b9e6493 refactor animations
- update walking animation
- add running, rotating animation
- add natural speed for animations
2018-02-11 22:42:37 +08:00
printempw 8797cb6664 expose some methods for mouse control 2018-02-11 22:33:59 +08:00
printempw 180af1563b adjust camera fov to avoid perspective distortion 2018-02-11 19:38:49 +08:00
printempw 2725925fe4 update `MouseControl` and remove event listener 2018-02-11 18:44:55 +08:00
yushijinhun 79167ab0f8
use multi .eslintrc.js files 2018-02-11 16:17:43 +08:00
yushijinhun 2ecffe1de4
add .editorconfig 2018-02-11 00:49:27 +08:00
Hacksore da842d01f3 Merge branch 'master' of github.com:to2mbn/skinview3d 2018-02-10 07:40:24 -06:00
yushijinhun bac67fdb5e
fix license badge 2018-02-10 21:23:14 +08:00
Haowei Wen ebe98845e6
Merge pull request #11 from yushijinhun/relicense
Re-license to the MIT License
2018-02-10 21:14:26 +08:00
yushijinhun ef9664476f
Change license to MIT 2018-02-10 14:05:07 +08:00
Haowei Wen f45eeb10c4
Merge pull request #10 from yushijinhun/tslint
Add tslint checks, close #7
2018-02-09 17:19:50 +08:00
yushijinhun ce1f58f4c6
sort members 2018-02-09 12:55:04 +08:00
yushijinhun 733e171316
remove `CompositeAnimation.handles` 2018-02-09 12:54:27 +08:00
yushijinhun 1ec9d098d9
change `AnimationHandle` to interface 2018-02-09 12:52:33 +08:00
yushijinhun 741dc9e3ef
export invokeAnimation() 2018-02-09 12:52:33 +08:00
yushijinhun 70c2b36339
change type of `SkinViewer.domElement` to `Node`
`Node` is enough for use
2018-02-09 12:52:33 +08:00
yushijinhun 14fabb3e02
add missing `public` modifiers 2018-02-09 12:52:33 +08:00
yushijinhun d86cfa4c87
move property `slim` from `PlayerObject` to `SkinObject` 2018-02-09 12:52:11 +08:00
yushijinhun 42959b63d7
format code 2018-02-09 12:29:42 +08:00
yushijinhun 000f29aec8
add tslint 2018-02-09 11:15:54 +08:00
yushijinhun 99fc6ee5bc
support 22x17 capes, closing #4 2018-02-09 10:47:08 +08:00
Sean Boult a2d824d6e4
Merge pull request #1 from to2mbn/master
Merge pull request #8 from Hacksore/master
2018-02-06 16:03:17 -06:00
Haowei Wen 95ed8186ab
Merge pull request #8 from Hacksore/master
Add gitter.im badge and gh-pages examples link to README
2018-02-07 05:50:00 +08:00
Hacksore 42f36e0a9b Add gitter.im badge and gh-pages examples link to README 2018-02-06 09:29:46 -06:00
Haowei Wen c88b02d0a2
Merge pull request #3 from g-plane/master
add TS types defs
2018-02-05 21:18:08 +08:00
Pig Fang 141c983bc3 mark `handles` as private property 2018-02-05 18:45:15 +08:00
Pig Fang fcd7e58688 simplify types 2018-02-05 18:30:14 +08:00
Pig Fang c483ae33ee fix some types defs 2018-02-05 09:14:43 +08:00
Pig Fang 07e8cd58c6 add missing class fields 2018-02-04 23:23:27 +08:00
Pig Fang 82d72c82ec add TS types defs 2018-02-04 22:15:03 +08:00