From 52c617713c42ef62f6c84322616210a91894e3ae Mon Sep 17 00:00:00 2001 From: spatialfree Date: Sat, 21 Dec 2024 14:15:19 -0500 Subject: [PATCH] shoulder sheathe debug --- src/Arts.cs | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/Arts.cs b/src/Arts.cs index 5ae62d2..9a336e9 100644 --- a/src/Arts.cs +++ b/src/Arts.cs @@ -364,6 +364,19 @@ static class Arts ); } + // shoulder debug + for (int i = 0; i < (int)Handed.Max; i++) + { + Mesh.Sphere.Draw( + mat_unlit, + Matrix.TS( + Rig.head.position + Rig.head.orientation * V.XYZ(Maths.s_scalar(i) * 0.333f, 0, -0.333f), + 2 * U.cm + ), + Color.Hex(Rig.upper_sheathes[i] ? 0xFF00FFFF : 0x808080FF).ToLinear() + ); + } + // particles for (int i = 0; i < VFX.ps.count; i++) {