clear out bg for transparent recordings
This commit is contained in:
parent
a4516dd5d6
commit
be291f1d37
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,8 @@ class Program
|
||||||
Renderer.Scaling = 2;
|
Renderer.Scaling = 2;
|
||||||
World.OcclusionEnabled = true;
|
World.OcclusionEnabled = true;
|
||||||
// Device.DisplayBlend = DisplayBlend.Blend;
|
// Device.DisplayBlend = DisplayBlend.Blend;
|
||||||
|
Renderer.EnableSky = false;
|
||||||
|
Renderer.ClearColor = new Color(0.0f, 0.0f, 0.0f, 0.0f);
|
||||||
|
|
||||||
Rig.Init();
|
Rig.Init();
|
||||||
Mono.Init();
|
Mono.Init();
|
||||||
|
|
Loading…
Add table
Reference in a new issue