commit
dac2e23d61
|
@ -402,8 +402,8 @@ export class CapeObject extends Group {
|
||||||
// front = inside
|
// front = inside
|
||||||
const capeBox = new BoxGeometry(10, 16, 1);
|
const capeBox = new BoxGeometry(10, 16, 1);
|
||||||
setVertices(capeBox,
|
setVertices(capeBox,
|
||||||
toCapeVertices(1, 0, 11, 1),
|
toCapeVertices(11, 1, 1, 0),
|
||||||
toCapeVertices(11, 0, 21, 1),
|
toCapeVertices(21, 1, 11, 0),
|
||||||
toCapeVertices(11, 1, 12, 17),
|
toCapeVertices(11, 1, 12, 17),
|
||||||
toCapeVertices(12, 1, 22, 17),
|
toCapeVertices(12, 1, 22, 17),
|
||||||
toCapeVertices(0, 1, 1, 17),
|
toCapeVertices(0, 1, 1, 17),
|
||||||
|
|
Loading…
Reference in New Issue