Commit Graph

344 Commits

Author SHA1 Message Date
yushijinhun a4bd8bc706
Move skin/cape loading to utils.js 2018-07-05 10:56:21 +08:00
yushijinhun 867660f2ee
Move some functions to utils.js 2018-07-05 10:32:17 +08:00
Haowei Wen 1ed8eadd6a
Merge pull request #24 from yushijinhun/dynamic-model
Allow model to be changed at runtime
2018-07-04 18:55:25 +08:00
Haowei Wen 0cb69fda3e
Merge pull request #25 from bs-community/remove-npmignore
Use `files` field instead of .npmignore
2018-07-02 22:52:33 +08:00
Pig Fang f80b5b128d Use `files` field instead of .npmignore 2018-07-02 22:21:27 +08:00
yushijinhun 25805bfa59
Add detectModel option to allow turning auto-detection off 2018-07-02 20:26:20 +08:00
yushijinhun 670647109a
Polish 2018-07-02 20:26:09 +08:00
yushijinhun 998cef9657
Use detected model 2018-07-02 20:25:48 +08:00
yushijinhun df3be7ab51
Allow model to be changed on the fly 2018-07-02 15:46:48 +08:00
yushijinhun 0a8dafff4e
Rename addVertices -> setVertices 2018-07-02 14:54:49 +08:00
yushijinhun c3215cbab1
Update repository links, close #23 2018-07-01 10:10:56 +08:00
yushijinhun cdc06d297c
Revert "Merge branch 'fossabot-master'"
This reverts commit 482f7e8d96, reversing
changes made to 934e1e5c71.
2018-06-30 23:06:28 +08:00
yushijinhun 482f7e8d96
Merge branch 'fossabot-master' 2018-05-13 11:51:11 +08:00
yushijinhun c20cf91a55
Remove FOSSA badge 2018-05-13 11:50:05 +08:00
fossabot 629cd0c832 Add license scan report and status
Signed-off-by: fossabot <badges@fossa.io>
2018-05-12 19:13:36 -07:00
yushijinhun 934e1e5c71
1.1.0-alpha.3 2018-05-05 21:52:33 +08:00
yushijinhun c004512cb4
update dependencies 2018-05-05 21:52:07 +08:00
yushijinhun 4ac9c43179
update dependencies 2018-04-22 10:25:33 +08:00
yushijinhun e6a8a37aa1
Use NearestFilter instead of NearestMipMapNearestFilter
It is unnecessary to use NearestMipMapNearestFilter
2018-04-21 19:10:36 +08:00
yushijinhun acb662fc68
update dependencies 2018-04-15 11:40:01 +08:00
yushijinhun 3b23444fa1
Merge branch 'TheAndrey-patch-1'(#18) 2018-04-15 11:37:39 +08:00
yushijinhun 4901121496
Set alphaTest to 0.5, close #18 2018-04-15 11:36:34 +08:00
yushijinhun 367a2e1023
Try supporting transparent capes 2018-04-15 10:58:44 +08:00
Andrey 651c6b0592
Support for transparent capes
Minecraft supports this.
2018-04-14 17:46:10 +02:00
yushijinhun f91db772b5
Fix examples 2018-03-03 22:16:27 +08:00
yushijinhun d7e7ae3d99
change crossOrigin to anonymous, close #17 2018-03-03 22:04:10 +08:00
yushijinhun 99c21b4dc8
1.1.0-alpha.2 2018-02-14 14:52:06 +08:00
yushijinhun 1ead26e313
update dependencies 2018-02-12 15:57:30 +08:00
yushijinhun e2b9e8ebcc
add printempw to contributors 2018-02-12 15:53:18 +08:00
yushijinhun afdded43bb
fix github doesn't detect license 2018-02-12 15:53:18 +08:00
Haowei Wen 3c54ab03c8
Merge pull request #14 from Hacksore/dev-watch
Dev watch
2018-02-12 15:02:58 +08:00
yushijinhun c988c185ee
remove MouseControl in viewer.d.ts 2018-02-12 13:46:51 +08:00
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