world occlusion enabled
This commit is contained in:
parent
90c3d806c6
commit
9914948a50
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ class Program
|
||||||
return;
|
return;
|
||||||
|
|
||||||
Renderer.Scaling = 2;
|
Renderer.Scaling = 2;
|
||||||
// World.OcclusionEnabled = true;
|
World.OcclusionEnabled = true;
|
||||||
// Device.DisplayBlend = DisplayBlend.Blend;
|
// Device.DisplayBlend = DisplayBlend.Blend;
|
||||||
|
|
||||||
Rig.Init();
|
Rig.Init();
|
||||||
|
|
Loading…
Add table
Reference in a new issue