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>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net7</TargetFramework>
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
<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" /> -->
|
||||
</ItemGroup>
|
||||
|
||||
|
|
|
@ -15,6 +15,7 @@ if (!SK.Initialize(settings))
|
|||
|
||||
Input.HandSolid(Handed.Max, false);
|
||||
Input.HandVisible(Handed.Max, true);
|
||||
// Input.HandMaterial(Handed.Max, Material.Default);
|
||||
Renderer.EnableSky = false;
|
||||
Renderer.ClearColor = new Color(0f / 256f, 162f / 256f, 206f / 256f);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue