Exemplo n.º 1
0
 protected SceneRendererBase()
 {
     Output = new CurrentRenderFrameProvider();
     ResetGraphicsStates = true;
 }
Exemplo n.º 2
0
 protected SceneRendererBase()
 {
     Output = new CurrentRenderFrameProvider();
     Parameters = new ParameterCollection();
     ResetGraphicsStates = true;
 }