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