From ffb99bd9984f38934d45335b2cecc2243ba594e2 Mon Sep 17 00:00:00 2001 From: James Harrison Date: Thu, 10 Sep 2020 23:52:46 +0100 Subject: [PATCH] Swap textures --- src/model.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/model.ts b/src/model.ts index fba5ae6..9ff6996 100644 --- a/src/model.ts +++ b/src/model.ts @@ -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),