Commit Graph

37 Commits

Author SHA1 Message Date
James Harrison 1e23944ce4 Merge remote-tracking branch 'upstream/master' 2020-09-10 22:23:43 +01:00
Haowei Wen a41f7f3a96
fix inner layer z-fighting 2020-09-05 12:09:03 +08:00
Haowei Wen 968966313e
refactor: omit default parameters 2020-08-31 07:56:13 +08:00
Haowei Wen 48cb88e99c
fix z-fighting again 2020-08-31 07:38:19 +08:00
Haowei Wen 883cdba9f3
fix z-fighting in some browsers 2020-08-31 06:33:15 +08:00
yushijinhun 3b7b9499cb
update three.js to v0.119.1
previous commit broken with three.js v0.119.1 due to fc07f25be539af4888a7cfea790860eff18dc0b2
2020-08-18 17:21:22 +08:00
yushijinhun dbd3ea7dcc
fix #66 2020-08-18 15:37:02 +08:00
James Harrison a3155138d0 Merge branch 'master' of github.com:bs-community/skinview3d
Added Animated Capes
2020-07-12 20:46:50 +01:00
James Harrison a6b6fd41e7 Removed commented code 2020-07-12 17:52:08 +01:00
James Harrison 4e33ff1fa4 Implemented Elytra functionality 2020-06-08 21:32:54 +01:00
yushijinhun 5b101d93af
code cleanup 2020-05-29 16:34:58 +08:00
yushijinhun e15ed531f1
Refactor SkinViewer 2020-05-29 15:45:09 +08:00
yushijinhun 39af9967d7
Fix #55 2020-05-24 12:05:53 +08:00
James Harrison 1c8955d1cd Moved camera a bit for ears 2020-04-26 00:19:59 +01:00
James Harrison 940f0a7083 Added ears 2020-04-26 00:00:10 +01:00
yushijinhun 8a474cbc8c
Add explicit function return types 2020-02-01 19:13:46 +08:00
yushijinhun e730edfaab
Fix z-fighting using polygonOffset
this commit fixes z-fighting between body2 and rightLeg2/leftLeg2
also removes esp

reference: https://sites.google.com/site/threejstuts/home/polygon_offset
2020-01-30 23:07:48 +08:00
yushijinhun 3af33ecda5
PlayerObject is visible by default when created 2020-01-22 16:04:20 +08:00
yushijinhun 4fa49974b0
PlayerObject constructor now takes Texture 2020-01-22 16:04:14 +08:00
yushijinhun f969e7dbe0
Drop namespace THREE
Co-authored-by: Shirasawa <764798966@qq.com>
2020-01-01 17:18:06 +08:00
yushijinhun 2f304996ae
Revert "Merge remote-tracking branch 'ShirasawaSama/master'"
This reverts commit 9f6017d14c, reversing
changes made to db1884e782.

This reverts #41.
2020-01-01 16:46:54 +08:00
yushijinhun 298cce4554
Drop namespace THREE, use submodules
Co-authored-by: Shirasawa <764798966@qq.com>
2020-01-01 01:43:12 +08:00
yushijinhun 4b93760f1b
Fix style 2019-05-02 16:33:13 +08:00
yushijinhun 0c8a8b627a
Add names to objects 2019-04-20 22:08:49 +08:00
yushijinhun 82711d9de1
Simplify constructor of BodyPart 2018-10-20 22:28:58 +08:00
yushijinhun 2b5f664f9e
Change write-only properties to methods 2018-10-20 22:11:43 +08:00
yushijinhun a495e0f629
Fix syntax 2018-10-20 15:40:52 +08:00
yushijinhun 97d892d10b
Allow visibilities of skin layers to be set separately, implement #32 2018-10-20 15:32:56 +08:00
yushijinhun b1125175be
Make model properties readonly 2018-08-17 12:56:13 +08:00
yushijinhun 96286ee9ea
Remove some comments 2018-08-17 11:55:46 +08:00
yushijinhun 204420dab9
Move modelListeners initialization to field declaration 2018-08-16 19:23:49 +08:00
yushijinhun 11d0b93723
Move 'export' to where the variable is defined 2018-08-16 19:07:46 +08:00
Hacksore 179bcd7577 Remove comment as modelListeners this to finish initialization
Based on yushijinhun's feedback from comment 3feb9cf9f6 (r29788700)
2018-07-21 09:38:02 -05:00
Sean Boult 16d0e8f8ea Fix many linting issues 2018-07-21 07:52:02 -05:00
Sean Boult 3feb9cf9f6 No longer need to check _slim
It's a property with false as the default value within the  SkinObject class
2018-07-20 22:41:12 -05:00
Sean Boult b2932c96bb Working transpiling via "npm run buildtest" command
There is an issue witht the slim detection causing standard arms to load incorrectly, likely something caused by moving object properties around
2018-07-20 22:07:52 -05:00
Sean Boult a48f935f06 First pass at conversion to Typescript 2018-07-17 13:49:00 -05:00