hide hands

This commit is contained in:
ethan merchant 2024-11-24 13:42:43 -05:00
parent c5e25f37b0
commit b8777ca9c2

View file

@ -1,5 +1,4 @@
using System.Collections.Generic;
using System.Threading;
using StereoKit;
namespace snake;
@ -52,7 +51,7 @@ static class Arts
{
bool vr = Device.DisplayBlend == DisplayBlend.Opaque;
// render hands if not in mixed reality
// Input.HandVisible(Handed.Max, vr);
Input.HandVisible(Handed.Max, false);
if (vr)
{
// background standin if no passthrough