Merge pull request #75 from james090500/cape-texture-fix

Swap textures
This commit is contained in:
Haowei Wen 2020-09-11 22:46:08 +08:00 committed by GitHub
commit dac2e23d61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -402,8 +402,8 @@ export class CapeObject extends Group {
// front = inside
const capeBox = new BoxGeometry(10, 16, 1);
setVertices(capeBox,
toCapeVertices(1, 0, 11, 1),
toCapeVertices(11, 0, 21, 1),
toCapeVertices(11, 1, 1, 0),
toCapeVertices(21, 1, 11, 0),
toCapeVertices(11, 1, 12, 17),
toCapeVertices(12, 1, 22, 17),
toCapeVertices(0, 1, 1, 17),