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 |
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 |
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 |