clear out bg for transparent recordings

This commit is contained in:
ethan merchant 2024-11-21 15:40:17 -05:00
parent a4516dd5d6
commit be291f1d37

View file

@ -30,6 +30,8 @@ class Program
Renderer.Scaling = 2;
World.OcclusionEnabled = true;
// Device.DisplayBlend = DisplayBlend.Blend;
Renderer.EnableSky = false;
Renderer.ClearColor = new Color(0.0f, 0.0f, 0.0f, 0.0f);
Rig.Init();
Mono.Init();