shed trim
This commit is contained in:
parent
ba19eeb21d
commit
ee48b97794
3 changed files with 3 additions and 2 deletions
Binary file not shown.
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<OutputType>Exe</OutputType>
|
<OutputType>Exe</OutputType>
|
||||||
<TargetFramework>net7</TargetFramework>
|
<TargetFramework>net6.0</TargetFramework>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="StereoKit" Version="0.3.7-preview.7" />
|
<PackageReference Include="StereoKit" Version="0.3.7-preview.9" />
|
||||||
<!-- <PackageReference Include="System.Speech" Version="5.0.0" /> -->
|
<!-- <PackageReference Include="System.Speech" Version="5.0.0" /> -->
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
|
|
|
@ -15,6 +15,7 @@ if (!SK.Initialize(settings))
|
||||||
|
|
||||||
Input.HandSolid(Handed.Max, false);
|
Input.HandSolid(Handed.Max, false);
|
||||||
Input.HandVisible(Handed.Max, true);
|
Input.HandVisible(Handed.Max, true);
|
||||||
|
// Input.HandMaterial(Handed.Max, Material.Default);
|
||||||
Renderer.EnableSky = false;
|
Renderer.EnableSky = false;
|
||||||
Renderer.ClearColor = new Color(0f / 256f, 162f / 256f, 206f / 256f);
|
Renderer.ClearColor = new Color(0f / 256f, 162f / 256f, 206f / 256f);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue